cURL
curl --request PUT \ --url https://api.us.vartiq.com/apps/{appId} \ --header 'Content-Type: application/json' \ --header 'companyid: <companyid>' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "success": true, "message": "<string>", "data": { "id": "<string>", "name": "<string>", "description": "<string>", "environment": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } }
Show Properties
{ "success": true, "message": "App updated successfully", "data": { "id": "app_01JT38PHYK11F3X3M4772HE3TK", "name": "hello app", "description": "hello1", "environment": "development", "createdAt": "2025-04-30T11:53:17.020Z", "updatedAt": "2025-04-30T11:53:44.548Z" } }