v1

latestOpenAPI 3.0.02026-08-0448134199.1 KB

Sets owner on an app object. The user must be the owner of the object.

post/api/v1/apps/{appId}/objects/{objectId}/actions/change-owner

Path parameters

appIdstring required

Identifier of the app.

objectIdstring required

Identifier of the object.

Response

OK

privilegesstring[]

Application object privileges. Hints to the client what actions the user is allowed to perform. Could be any of:

  • read
  • create
  • update
  • delete
  • publish
  • exportdata
  • change_owner