Process a site finding into change requests
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteFindingIdstringRequired
The unique id of the site finding
Responses
202
Site finding processing has been started
No content
post/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/change-requests
POST /v1/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}/change-requests HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
202
Site finding processing has been started
No content
Last updated
Was this helpful?