axonpush
API referenceApps

PATCH /apps/{appId}

PATCH
/apps/{appId}

Path Parameters

appId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X PATCH "https://example.com/apps/string" \  -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"}