Rename vault folder
Rename an existing folder in the authenticated user's vault.
<Info>Scope required: `write:media`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
folderName
Folder name (URL-encoded in path)
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
name
New name for the folder
Response
Folder renamed successfully
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
410
Gone Error