Skip to content

File the app in another folder (and/or rename its folder)

POST
/api/workspaces/{workspaceId}/apps/{id}/move

One commit on main moving the app’s directory. The app keeps its id — stamped into mako.json if it had none — so deployments, sharing, env vars and favourites follow it, and nothing is rebuilt. Moving into or out of the Workspace tree needs an editing role; a personal tree is its owner’s.

workspaceId
required
string
id
required
string
object
folder
required
string
>= 1 characters
name
string
>= 1 characters

Successful response

object
success

Whether the request succeeded.

boolean
data

Endpoint-specific response payload.

message
string
Example
Operation completed
error
string
Example
Error message

Invalid request

object
success
boolean
error
string
Example
Error message

Internal server error

object
success
boolean
error
string
Example
Error message