mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 13:19:15 -05:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
---
|
|
title: Update user
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >-
|
|
Updates the specified user
|
|
|
|
|
|
# Fields
|
|
|
|
| Name | Required? | Type |
|
|
Description | Rules |
|
|
|
|
|-------------|-----------|--------|------------------------------------|-------|
|
|
|
|
| permissions | required | object | Permissions that user is
|
|
permitted | |
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Updates the specified user
|
|
|
|
# Fields
|
|
| Name | Required? | Type | Description | Rules |
|
|
|-------------|-----------|--------|------------------------------------|-------|
|
|
| permissions | required | object | Permissions that user is permitted | |
|
|
|
|
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/users/{subuser}","method":"post"}]} /> |