Folders

Move text to folder with GET

Move a text or document into a folder using the legacy GET route.

get/api/v1/folders/move/{id}/{folderId}/

Response

The request succeeded and returned endpoint-specific data.

successboolean
messagestring nullable

Optional informational message returned by some endpoints.

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.