Add content group to Azure Blob instance
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 int32name stringcontents object required
path string[]Optional list of files and folders to be added as content. Defaults to /
exclusions string[]Optional list of files and folders to exclude
exceptions string[]Optional list of files and folders to be added to the exceptions list
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Loading...