Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ScenarioEndpointCurrent Response CodeProposed Response CodeComments
Create CM HandlePOST /v1/ch201 (Created)200 ( OK )
Update CM HandlePOST /v1/ch201 (Created) 200 ( OK )
Remove CM HandlePOST /v1/ch201 (Created) 200 ( OK ) 
Create ,Update or Remove CM Handle in the same requestPOST /v1/ch201 (Created) 200 ( OK ) 


As we are using a common payload to handle the Create , Update and Remove operation hence there is a need to change streamline the response code in case of successful execution of the request.

For other scenarios , please refer to the page for the exceptions and response codes which will remain as is.

...