25 lines
543 B
JSON
25 lines
543 B
JSON
{
|
|
"pagination": {
|
|
"DescribeDocumentVersions": {
|
|
"input_token": "Marker",
|
|
"limit_key": "Limit",
|
|
"output_token": "Marker",
|
|
"result_key": "DocumentVersions"
|
|
},
|
|
"DescribeFolderContents": {
|
|
"input_token": "Marker",
|
|
"limit_key": "Limit",
|
|
"output_token": "Marker",
|
|
"result_key": [
|
|
"Folders",
|
|
"Documents"
|
|
]
|
|
},
|
|
"DescribeUsers": {
|
|
"input_token": "Marker",
|
|
"limit_key": "Limit",
|
|
"output_token": "Marker",
|
|
"result_key": "Users"
|
|
}
|
|
}
|
|
} |