For AI agents: visit https://developer.scholarone.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
setStandardFlagsList sample API Call
Input: Required Site Short Name query parameter
URL for use via HTTP request after Digest Authentication is performed:\
https://mc-api.manuscriptcentral.com/api/s1m/v2/submissions/full/setStandardFlagsList?site_name=salesdemoplus
Example Request to assign the standard flag 'MS_FLAG_BLUE_DOT_NAME' to the document with ID 54104923, using the flagName and setFl elements in the request body.
JSON
{
"input": {
"standardFlagsList": [
{
"documentId": 54104923,
"flagName": "MS_FLAG_BLUE_DOT_NAME",
"setFl": 1
}
]
}
}
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Response>
<status>SUCCESS</status>
<callId>d83c7acb-8e9b-4a1b-8603-103487b18573</callId>
</Response>