This section will contain a more detailed description soon. For the time being, you can feel free to rely on the auto-generated information to get started!
Response object of static site deployment by ID requests
No or invalid API key provided to the request
Could not find the static site deployment or the user does not have permissions to retrieve data
Error occurred while retrieving static site deployment
{- "deployment": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "static_site_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "status": "inProgress",
- "branch": "main",
- "author_login": "jane-doe",
- "commit_sha": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "commit_message": "Merge pull request #123",
- "cloud_build_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "created_at": 1665382600770,
- "updated_at": 1665394600620,
- "finished_at": 1665406600330,
- "started_at": 1665418600450
}
}
Deployment created successfully
No or invalid API key provided to the request
Error occurred while creating the deployment
{- "static_site_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "branch": "main"
}
{- "deployment": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "status": "waiting"
}
}