Nia Api Docs
  1. APIs
Nia Api Docs
  • Walk through the Nia Api
  • APIs
    • Find by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing user
      PUT
    • Deletes a user
      DELETE
    • Finds User by status
      GET
  1. APIs

Update an existing user

Prod Env
https://prod.your-api-server.com
Prod Env
https://prod.your-api-server.com
PUT
https://prod.your-api-server.com
/user
Last modified:2023-09-25 16:44:12

Request

Body Params application/json

Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://prod.your-api-server.com/user' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟠405Validation error
application/json
Body

Example
{}
🟢200OK
🟠404Record not found
Modified at 2023-09-25 16:44:12
Previous
Add a new pet to the store
Next
Deletes a user
Built with