Update Application Details

This endpoint allows you to update specific details of an application within your organization.

The following fields can be updated:

FieldTypeDescription / Allowed Values
app_namestringApplication Name
app_statusstringApplication Status (active, inactive)
app_typestringApplication Type (application, website, device, browser, other)
app_tagsarrayApplication Tags
app_owner_idstringApplication Owner
app_technical_owner_idstringIT Owner
app_financial_owner_idstringFinance Owner
app_budgetnumberApplication Budget
archivebooleanArchive Status
app_custom_fieldsarrayCustom Fields (see format below)

Custom Fields Format: For updating custom fields, provide an array of objects with:

  • field_id: The unique identifier of the custom field
  • field_value: The value to set for the custom field
  • custom_field_name (optional): The name of the custom field

Important Notes:

  • Only the fields provided in the request body will be updated
  • Existing values for fields not included in the request will remain unchanged
  • All field validations will be applied during the update process
  • Invalid field values or IDs will result in an error response
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the application to update.

Body Params
string

The name of the application

string
enum

The status of the application

Allowed:
string
enum

The type of application

Allowed:
app_tags
array of strings

Array of tags associated with the application

app_tags
string

The unique identifier of the application owner

string

The unique identifier of the technical/IT owner

string

The unique identifier of the financial owner

number

The budget allocated for the application

boolean

Whether the application should be archived

app_custom_fields
array of objects

Array of custom field updates

app_custom_fields
Headers
string
required

API key for authentication

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json