PublishProject
Publishes a Project
Query Parameters
- projectId string required
Project ID
- destinations string[]
List of destination keys to publish to. If no keys are provided, all "checked" destinations will be published to.
- forceRecompile boolean
Makes sure pre-renders are pre-rendered again
Responses
- 200
- 400
- 403
- 404
A list of keys for all Publish Destinations that have been published
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- string
- ]
[
"string"
]
Missing required data
- application/json
- Schema
- Example 1
Schema
- string
Missing Project ID
Unauthorized
- application/json
- Schema
- Example 1
Schema
- string
Unauthorized project lol
Invalid Project ID
- application/json
- Schema
- Example 1
Schema
- string
Project not found
Loading...