Add content group to Azure Blob instance
Select
SaaS
This API adds a content group to the given Azure Blob instance.
Path Parameters
- instanceId integer required
Id of the Azure Blob instance
- application/json
Request Body
- name string required
Name of the new content group
plan object required
id integername stringcontents object required
path arrayOptional list of files and folders to be added as content. Defaults to /
exclusions arrayOptional list of files and folders to exclude
exceptions arrayOptional list of files and folders to be added to the exceptions list
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
{
"id": 0,
"name": "string"
}
Loading...