Publishing Multiple Systems
You use this API to publish multiple systems in a single API call.
Request
-
HTTP Method: PUT
-
URL: Application_URL/ain/services/api/v1/systems/publish
-
Authorization: You must have the roles SYSTEM_EDIT or SYSTEM_DELETE assigned to your user ID in 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 https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems_publish_put.
Response
-
If system with specified IDs exist, and you have appropriate authorizations, system publishes the given System and returns a status code "204" in the response.
For more information, see https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems_publish_put.
-
If system with specified IDs do not exist, or you do not have appropriate authorizations, system returns an appropriate error message.
For more information, see https://help.sap.com/doc/85c7e55a3d214e05843cb996a3ba1700/1902/en-US/systems.html#systems_publish_put.