Copy PageDecide on a patch requestget https://example.com/patch/decideThis endpoint is used to either show the user a screen to register his or her patch request decision or to actually register the decision. This endpoint is only to be used internally.Query ParamscodestringThe authorization code. Required for both the decision prompt and the actual materialization of the patch decision.decisionstringWhether or not the patch should be applied.true for a positive decision, false for a negative decision.HeadersX-Request-IDstringIf provided, this string will be set as the value of the X-Request-ID response header.X-Correlation-IDstringIf provided, this string will be set as the value of the X-Correlation-ID response header.Responses 200OK 302Found 400Bad Request Possible error codes: request_id_too_long correlation_id_too_long code_missing code_invalid 404Not Found 500Internal Server ErrorUpdated over 2 years ago Did this page help you?YesNo