Skip to main content
PATCH
Update an application

Authorizations

x-api-key
string
header
required

Your Trusys API key. Create and manage keys in the Trusys UI under Settings โ†’ API Keys.

Include the key on every request:

Path Parameters

applicationId
string<uuid>
required

Unique identifier (UUID) of the application. Returned by POST /applications.

Body

application/json

Fields to update. Omitted fields are left unchanged.

Fields to update on an existing application. At least one property is required.

name
string

New display name. Must remain unique.

Minimum string length: 1
description
string

New description text.

Response

Application updated successfully.

success
boolean
Example:

true

data
object