Request

PUT https://relaybackend.os-mc.net/api/users/{id}

Path parameters

Parameter name Value Description Additional
id int64 Required

Request body

The request body takes a complete User resource, containing the following writable properties:

{
    "createdAt": "date-time",
    "email": "email",
    "id": "int64",
    "name": "string"
}

Properties

Name Type Description Additional
createdAt date-time Optional
email email
id int64
name string

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

User updated

User

Explore this API

id
user
Request Content-Type
Response Content-Type
Try it out!