Skip to main content

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

Request Body
  • name string required

    Name of the new content group

  • plan object required
  • id integer
  • name string
  • contents object required
  • path array

    Optional list of files and folders to be added as content. Defaults to /

  • exclusions array

    Optional list of files and folders to exclude

  • exceptions array

    Optional list of files and folders to be added to the exceptions list

Responses

OK


Schema
  • id integer
  • name string
Loading...