Skip to main content

createLibrary

createLibrary

Request Body REQUIRED
exclusionPatterns string[]
importPaths string[]
isVisible boolean
isWatched boolean
name string
ownerId uuid
type string REQUIRED

Possible values: [UPLOAD, EXTERNAL]

Responses
201
Schema OPTIONAL
assetCount integer
createdAt date-time
exclusionPatterns string[]
id string
importPaths string[]
name string
ownerId string
refreshedAt date-time
type string

Possible values: [UPLOAD, EXTERNAL]

updatedAt date-time
createLibrary
POST /library
Body
Loading...
/api
curl -L -X POST '/api/library' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'