Updating an Instruction

You can use this API to update information related to an instruction that is either incorrect, or add to the existing information of an instruction.

Request

  • HTTP Method: PUT

  • Example URL:Application_URL/services/api/v1/instructions

  • 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_put file.

    For more information about the request payload fields, their descriptions, and possible values, refer to Additional Information.

Response

If the system updates an instruction successfully, system returns the details of the updated instruction For more information, see https://help.sap.com/doc/2292e8c9ed864adc92140273035a0c0f/1902/en-US/instruction.html#instructions_put.