cURL
curl --request PATCH \ --url https://api.scholarlysoftware.com/api/v1/folders/{id}/relationships/parent \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/vnd.api+json' \ --data '{}'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Updates the parent relationship of a folder (JSON:API relationship endpoint). Use this to move folders.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Show child attributes
Parent updated