Apps
curl -X GET "https://example.com/apps"Empty
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/apps" \ -H "Content-Type: application/json" \ -d '{ "name": "My App" }'Empty
curl -X GET "https://example.com/apps/string"Empty
Path Parameters
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/apps/string" \ -H "Content-Type: application/json" \ -d '{ "name": "My App (renamed)" }'Empty
curl -X DELETE "https://example.com/apps/string"Empty