UpdateOfferParameters
UpdateOfferParameters
{
"$schema": "http://json-schema.org/draft-07/schema#",
"CorrelationId": {
"description": "Correlation ID. This is added by the API Management service if not present. Once added, it should be propagated to any downstream services.",
"in": "header",
"name": "x-correlation-id",
"schema": {"type": "string"},
"required": false
},
"OfferId": {
"in": "path",
"name": "offerId",
"schema": {"type": "string"},
"required": true
},
"UserId": {
"description": "ID of the user initiating the request. NOTE: This header will be required in the near future \u2014 callers should begin providing it now.",
"in": "header",
"name": "x-user-id",
"schema": {"type": "string"},
"required": false
}
}