Update applications

Update one or more applications owned by an organization.

Returns 404 if any application does not exist or does not belong to the target organization.

Up to 10 applications can be updated per request.

Securityorg-oidc-token
Request
path Parameters
org
required
string (OrgId) [ 3 .. 64 ] characters ^([a-z][a-z0-9-]{1,62}[a-z0-9])$

ID of an organization

Example: my-org
Request Body schema: application/json
required

Request body for updating one or more applications.

required
Array of objects (OrgApplicationUpdateItemDto) [ 1 .. 10 ] items

Applications to update. Maximum 10 items.

Responses
200

A list of applications.

400

Bad request.

401

The caller is not authenticated or does not have the required permissions.

404

The application or organization does not exist, or belongs to a different organization.

post/api/v1/orgs/{org}/applications/update
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}