/workspaces/{workspaceId}/apps/{appId}/password
Authorization
bearerAuth apps:writeAuthorizationBearer <token>
In: header
Scope: apps:write
Path Parameters
workspaceId*string
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/workspaces/string/apps/string/password" \ -H "Content-Type: application/json" \ -d '{ "password": "string" }'Empty