Versions Compared

Key

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

...

Verb

PATCH

Resource

/api/user/v1/changepassword

Content type

application/x-www-form-urlencoded

BodyArguments

email=<email>&

oldpassword=<old password>&

newpassword=<new password>

...

N/A

Verb

DELETE

Resource

/api/datamanagement/v1/User/{id}

Content type

application/x-www-form-urlencoded

Body

{

“name”: <new name>

}

Response code

The expected response code is 200

...