PUT
/
consent
/
{documentId}
/
{status}
curl --request PUT \
  --url https://gateway.cyrexa.com/open-banking/2.0.0/consent/{documentId}/{status} \
  --header 'Content-Type: */*' \
  --data '"<any>"'
{
  "reason": "<string>",
  "path": "<string>",
  "method": "<string>",
  "message": "<string>",
  "timestamp": "<string>",
  "status": 123
}

Path Parameters

documentId
string
required
status
string
required

Body

*/* · any

Any type of entity body

Response

500
application/json

Internal server error

The response is of type object.