Mass Publishing of Instructions
If you have many Unpublished instructions, or instructions in In Revision state, you can use this service to publish them at once.
Request
-
HTTP Method: PUT
-
Example URL: Application_URL/services/api/v1/instructions/publish
-
Authorization: You must have the roles INSTRUCTION_EDIT or INSTRUCTION_DELETE assigned to your user IDin the SAP Cloud Platform account.
-
Request Schema: To know about fields that you can use in a request payload, refer to the request schema in the https://help.sap.com/doc/2292e8c9ed864adc92140273035a0c0f/1902/en-US/instruction.html#instructions_publish_put file.
For more information about the request payload fields, their descriptions, and possible values, see Additional Information.
Response
-
If the system updates the status of the specified instruction successfully, the system returns status code 204.
For more information, see https://help.sap.com/doc/2292e8c9ed864adc92140273035a0c0f/1902/en-US/instruction.html#instructions_publish_put.
- If the system cannot update the status of the specified instruction, the system returns appropriate error codes.
For more information, see https://help.sap.com/doc/2292e8c9ed864adc92140273035a0c0f/1902/en-US/instruction.html#instructions_publish_put.