Skip to content
Pile
Esc
navigateopen⌘Jpreview

Update git automation state

PATCH/workspaces/{organizationId}/git-automation-states/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Request body
application/json
stateIdstring
prStatestring
Responses
200State updated
idstringrequired
organizationIdstringrequired
stateIdstringrequired
prStatestringrequired
createdAtstringrequired
404State not found
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X PATCH "/workspaces/string/git-automation-states/string" \
  -H "Content-Type: application/json" \
  -d '{
  "stateId": "string",
  "prState": "string"
}'
Response
{
  "id": "string",
  "organizationId": "string",
  "stateId": "string",
  "prState": "string",
  "createdAt": "string"
}