v5.0.57: regenerate all from TEST API (NOT PROD)

- 43 YAML, 94 Go, 332 docs from deck-api-test.ngcloud.ru
- STANDS.md, TESTING.md, API_TOKENS.md added
- Never mix PROD/TEST again
This commit is contained in:
“Naeel”
2026-07-01 10:04:15 +04:00
parent 78740de602
commit e8b8db1d10
347 changed files with 8435 additions and 392 deletions
@@ -0,0 +1,24 @@
# Resource nubes_postgres_database
Service: `nubes_postgres` (ID: 90)
[PostgreSQL (основной)](postgres.md) | [Operations](postgres_ops.md) | [Database](postgres_database.md) | [Example](postgres_database_example.md)
## Create params
**Обязательные параметры**
<table class="resource-table resource-table-compact resource-table-required">
<thead><tr><th>ID</th><th>Code</th><th>Type</th><th>Description</th><th>Constraints</th></tr></thead>
<tbody>
<tr><td>741</td><td><strong><code class="code-no-wrap">db_name</code></strong></td><td><code>string</code></td><td></td><td>regex=^[A-Za-z0-9]+$</td></tr>
<tr><td>742</td><td><strong><code class="code-no-wrap">db_owner</code></strong></td><td><code>string</code></td><td></td><td></td></tr>
</tbody></table>
## Delete params
<table class="resource-table resource-table-compact resource-table-required">
<thead><tr><th>ID</th><th>Code</th><th>Type</th><th>Description</th><th>Constraints</th></tr></thead>
<tbody>
<tr><td>743</td><td><strong><code class="code-no-wrap">db_name</code></strong></td><td><code>string</code></td><td></td><td></td></tr>
</tbody></table>