Update a server
PUT/tap/api/v1/servers/:serverId
Updates a server. Only the fields present in the request body are changed. Requires the admin role.
Request
Responses
- 200
- 401
- 422
- 500
The updated server.
The user is not authorized to access this resource.
The email domain is not allowed.
The server could not be updated.