patch https://api-ext.zluri.com/v2/application/
This endpoint allows you to update specific details of an application within your organization.
The following fields can be updated:
| Field | Type | Description / Allowed Values |
|---|---|---|
app_name | string | Application Name |
app_status | string | Application Status (active, inactive) |
app_type | string | Application Type (application, website, device, browser, other) |
app_tags | array | Application Tags |
app_owner_id | string | Application Owner |
app_technical_owner_id | string | IT Owner |
app_financial_owner_id | string | Finance Owner |
app_budget | number | Application Budget |
archive | boolean | Archive Status |
app_custom_fields | array | Custom 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 fieldfield_value: The value to set for the custom fieldcustom_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
