v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Applications

Update Application

Updates an application.

patch/v3/portals/{portalId}/applications/{applicationId}

Request body

Response

Details about an application in a portal.

OR

Example response

{
  "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z",
  "labels": {
    "env": "test"
  },
  "dcr_provider": {
    "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
  },
  "portal": {
    "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
  },
  "auth_strategy": {
    "id": "b9e81174-b5bb-4638-a3c3-8afe61a0abf8",
    "name": "name",
    "auth_methods": [
      "bearer"
    ],
    "available_scopes": [
      "scope1",
      "scope2"
    ]
  }
}