v61

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

Update application consumer mapping

Associates an existing Gateway Consumer with the application in the Gateway context resolved from the specified registration. The consumer must already exist and be accessible within the API's Gateway context. If multiple registrations of the same application target APIs implemented in the same Gateway context, they share the same effective consumer mapping. Updating the consumer mapping for one registration updates the mapping for all registrations that resolve to the same Gateway context.

put/v3/portals/{portalId}/applications/{applicationId}/registrations/{registrationId}/consumer

Request body

idstring uuid required

The ID of the existing Gateway Consumer to associate with the application.

Example request

{
  "id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
}

Response

No Content