ReactivateProjectGrant
Reactivate Project Grant
Deprecated: use ActivateProjectGrant instead.
Set the state of the project grant to active. The grant has to be deactivated to be able to reactivate.
curl -X POST "https://loading/projects/string/grants/string/_reactivate"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?