Added
Folder API
about 4 hours ago
Added Cloud Analytics folder API with he following operations:
- GET https://api.doit.com/analytics/v1/folder: Returns Cloud Analytics folders the you have access to.
- POST https://api.doit.com/analytics/v1/folders: Creates a new Cloud Analytics folder.
- GET https://api.doit.com/analytics/v1/folders/{id}: Returns the specified Cloud Analytics folder.
- PATCH https://api.doit.com/analytics/v1/folders/{id}: Request body for updating folder properties. All fields are optional; only fields the caller wants to change are set.
- DELETE https://api.doit.com/analytics/v1/folders/{id}: Deletes the specified folder.