Update business application
PATCH/business-applications/v1/:id
Updates a Business Application using the JSON Patch standard. Requires the idn:business-application:update right and the Machine Identity Security product to be enabled. Patchable fields: name, description, owner, additionalOwners, sanctionedStatus, and signatures. Modifying signatures additionally requires the custom Business Application feature to be enabled.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
The updated Business Application.
Client Error - Returned if the patch is malformed, targets a non-patchable field, clears the required name, or specifies an invalid signature.
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
Not Found - Returned if no Business Application exists for the given ID.
Conflict - Returned if the new name is already in use by another Business Application in the tenant, or if a requested signature is already assigned to another Business Application.
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
Internal Server Error - Returned if there is an unexpected error.