mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 22:54:57 -05:00
28 lines
939 B
Plaintext
28 lines
939 B
Plaintext
---
|
|
title: Set allocation note
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: |-
|
|
Sets a note for the allocation
|
|
|
|
# Fields
|
|
| Name | Required? | Type | Description | Rules |
|
|
|-------|-----------|--------|---------------------|-------|
|
|
| notes | required | string | Note for allocation | |
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Sets a note for the allocation
|
|
|
|
# Fields
|
|
| Name | Required? | Type | Description | Rules |
|
|
|-------|-----------|--------|---------------------|-------|
|
|
| notes | required | string | Note for allocation | |
|
|
|
|
<APIPage document={"./openapi.json"} operations={[{"path":"/api/client/servers/{server}/network/allocations/{allocation}","method":"post"}]} /> |