Stewardship Actions
Escalate a stewardship
Transitions the stewardship to escalated status and logs the chosen resolution path in the activity log. Optional free-text notes can be included.
post/stewardships/{id}/escalate
Path parameters
idinteger required
Stewardship ID.
Request body
Example request
{
"notes": "Contacted maintainer, no response after 30 days.",
"actor": {
"userId": "auth0|abc123",
"username": "gaspergrom",
"displayName": "Gašper Grom",
"avatarUrl": "https://avatars.githubusercontent.com/u/12345"
}
}Response
Stewardship escalated.
Example response
{
"stewardship": {
"id": "42",
"packageId": "1234",
"version": 1,
"statusNote": "Contacted maintainer, no response after 30 days."
}
}Changes
Changed in 2 of the 3 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲