Create a creator vault folder
Create a new folder in the specified creator's vault.
<Info>Scopes required: `write:creator`, `write:media`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
creatorUserUuid
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
name
Name for the new folder
Response
Folder created
name
Folder name
createdAt
When the folder was created
mediaCount
Number of media items in the folder
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
410
Gone Error