From acc490dfb0a660021cf7fa0679ef48de1f84aea6 Mon Sep 17 00:00:00 2001 From: hanzydev <77491112+hanzydev@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:42:24 +0000 Subject: [PATCH] feat(api): sync Nodesty OpenAPI schema --- openapi/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/openapi.json b/openapi/openapi.json index 66a954d..920a8d9 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -10,9 +10,9 @@ } }, "info": { - "description": "API Documentation for Nodesty.", + "description": "Build integrations for your Nodesty account, services, billing, virtual servers, dedicated servers, and firewall resources.\n\n## Authentication\n\nProtected endpoints use permission-scoped **Personal Access Tokens (PAT)**. Create a token from [Dashboard → Access Tokens](/dashboard/my-account/access-tokens), then send it with every request:\n\n```http\nAuthorization: PAT \n```\n\n> Keep access tokens server-side and never expose them in browser code or public repositories.\n\n## Common responses\n\n| Status | Meaning |\n| :--- | :--- |\n| **200** | Request completed successfully. |\n| **400** | The request parameters or payload are invalid. |\n| **401** | Authentication is missing or invalid. |\n| **403** | The token does not have the required permission. |\n| **404** | The requested resource could not be found. |\n| **429** | The request limit has been exceeded. |", "title": "API Docs | Nodesty", - "version": "latest" + "version": "1.0.0" }, "openapi": "3.1.0", "paths": {