API referenceApps
POST /apps
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X POST "https://example.com/apps" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "$schema": "https://example.com/schemas/AppDTO.json", "appId": "string", "createdAt": "string", "creatorUserId": "string", "name": "string", "orgId": "string", "updatedAt": "string"}name*string
App display name
Length
1 <= length <= 120