v2
latestOpenAPI 3.0.02026-07-31172752.6 KBapplications
Update an application
Updates an application's top-level attributes. Supports optimistic locking: include the current lock_version to guard against concurrent edits, which returns a conflict if the application has changed since you read it. To modify resources and permissions, use the update-structure endpoint.
put/api/v1/applications/{id}
Path parameters
idstring required
Headers
Idempotency-Keystring
Optional key (1–255 chars) for safely retrying a request. Reusing the same key for the same request returns 409 Conflict and is not processed again — this confirms the request was already received. Keys are retained for 14 days.
Request body
Response
Application
Example response
{
"admin_user_ids": [
"7488a646-e31f-11e4-aace-600308960665"
],
"auth_method": "okta",
"data_location": "EU",
"description": "Team communication platform",
"id": "7488a646-e31f-11e4-aace-600308960662",
"inserted_at": "2023-01-01T00:00:00Z",
"last_vendor_review_at": "2026-01-15",
"mfa_activated": true,
"notes": "Reviewed in Q4",
"owner_user_id": "7488a646-e31f-11e4-aace-600308960663",
"permanent_access_allowed": true,
"processed_data_types": [
"customer_data"
],
"provisioning_type": "automatic",
"risk_level": "medium",
"status": "requestable",
"tags": [
{
"id": "7488a646-e31f-11e4-aace-600308960666",
"title": "Communication"
}
],
"time_based_access_durations": [
"PT1H",
"P7D"
],
"title": "Slack",
"updated_at": "2023-01-01T00:00:00Z",
"url": "https://slack.com",
"user_count": 150,
"user_setup_url": "https://slack.com/get-started",
"vendor_certificates": [
"soc2_t2",
"iso_27001"
]
}