Updates an existing gateway mapping configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique topic identifier of the gateway
HTTP method for the mapping in uppercase
GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD URL path for the mapping including the leading slash
Updated URL path for the mapping
"/api/users/v2"
Whether the mapping is publicly accessible
false
Updated timeout in milliseconds for mapping requests
60000
Updated traffic distribution configuration for A/B testing
{ "1": 80, "2": 20 }Mapping updated successfully
"success"