Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Module data for reviews
Whether approval is required
The optional reviews for each surface
Show child attributes
The required reviews for each surface
Show child attributes
The review id
The overall review status
STATUS_UNSPECIFIED, PENDING, APPROVED, REJECTED, REQUESTED, STALE Was this page helpful?
{
"approvalRequired": true,
"optionalReviews": [
{
"state": "STATE_UNSPECIFIED",
"responses": [
{
"reviewer": "<string>",
"state": "STATE_UNSPECIFIED",
"commentId": "<string>",
"groups": [
"<string>"
],
"id": "<string>",
"stale": true
}
],
"surface": "<string>"
}
],
"requiredReviews": [
{
"state": "STATE_UNSPECIFIED",
"responses": [
{
"reviewer": "<string>",
"state": "STATE_UNSPECIFIED",
"commentId": "<string>",
"groups": [
"<string>"
],
"id": "<string>",
"stale": true
}
],
"surface": "<string>"
}
],
"reviewId": "<string>",
"status": "STATUS_UNSPECIFIED"
}