English
Add an application into the workspace.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/workspaces/applications \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "workspaceId": "<string>", "appId": "<string>" }'
{ "status": "success" }
success
error
Was this page helpful?