Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Policy Service Mapping

...

Old URL

New URL

Comment

GET /notification/list

GET /notifications/

Returns a list of all notifications.

GET /notification/read/{notificationId}

GET /notifications/{notificationId}

Returns a notification with matching id.

POST /notification/create

POST /notifications

Creates a new notification.

POST /notification/update

PUT /notifications/{notificationId}

Updates notification with matching id.

GET /notification/delete/{notificationId}

DELETE /notifications/{notificationId}

Deletes notification with matching id.

Policy Service

Old URL

New URL

Comment

GET /policy/{kind}/list

GET /policies/{kind}

Returns a list of policies with matching kind.

GET /policy/read/{id}

GET /policies/{id}

Returns a policy with matching id.

POST /policy/account/create

POST /policies

Creates a new account policy.

POST /policy/sync/create

POST /policies

Creates a new sync policy.

POST /policy/password/create

POST /policies

Creates a new password policy.

POST /policy/account/update

PUT /policies/{id}

Updates policy with matching id.

POST /policy/sync/update

PUT /policies/{id}

Updates policy with matching id.

POST /policy/password/update

PUT /policies/{id}

Updates policy with matching id.

GET /policy/delete/{id}

DELETE /policies/{id}

Deletes policy with matching id.

GET /policy/account/global/read

DELETE /policies/global/{kind}

Returns global policy for matching kind.

GET /policy/sync/global/read

DELETE /policies/global/{kind}

Returns global policy for matching kind.

GET /policy/password/global/read

DELETE /policies/global/{kind}

Returns global policy for matching kind.