PUT https://relaybackend.os-mc.net/api/users/{id}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| id | int64 | Required |
The request body takes a complete User resource, containing the following writable properties:
{
"createdAt": "date-time",
"email": "email",
"id": "int64",
"name": "string"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| createdAt | date-time | Optional | |
| id | int64 | ||
| name | string |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK User updated |
User |