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
Language
Credentials
Header
Click Try It! to start a request and see the response here!