Versions Compared

Key

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

Specification

...

Authorize

  1. Check user scope (scope = 'service_catalog:write') in order to perform this action

    1. In case error - generate 401 response

...

    1. if invalid  - return 409 eror (message: "Service/Service group should be active !")

Validate PK Service/Service group

...

  1. Check exist Service/Service group by $.id.

    1. if invalid - return 404 error (message: "Service/Service group is not found!")

Validate uniqueness active connection Service with Service group

...