Create Directory

Creates a directory for the specified inputs.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
titlestringRequiredformat: "text"
Title of the directory.
descriptionstringOptionalformat: "text"
Description for the directory.
iconstringOptionalformat: "text"
Icon for the directory.
languagestringOptionalformat: "text"
Language of the directory.
parentstringOptionalformat: "id"
Parent directory of the directory.
publishedbooleanOptional
Whether the directory is published.
tagslist of objectsOptional
Tags associated with the directory.
thumbnailstringOptionalformat: "id"
ID of the thumbnail artifact.

Response

Create directory response.
directoryobject

Errors