Apply the default documentation template to a site
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
Responses
200
Template applied to site.
No content
post/orgs/{organizationId}/sites/{siteId}/template
POST /v1/orgs/{organizationId}/sites/{siteId}/template HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Template applied to site.
No content
Last updated
Was this helpful?