管理者ポータル API (Swagger UI) Admin Portal API (Swagger UI)
管理者ポータル (dev-admin.parky.co.jp) から呼ばれる管理用 API のみを抽出した OpenAPI 仕様。 インタラクティブに閲覧・試せる Swagger UI です。
サイドバー下部の言語切替に連動して、英語時は docs/i18n/openapi-en-overlay.json の翻訳がマージされます。
OpenAPI spec showing only the admin endpoints (called from the admin portal at dev-admin.parky.co.jp). Interactive Swagger UI.
Toggle the language from the sidebar footer: EN overlays translations from docs/i18n/openapi-en-overlay.json;
untranslated endpoints fall back to Japanese.
このページで叩ける:
Callable from this page:
https://dev-api.parky.co.jp
本番(参照のみ):
Production (reference only):
https://api.parky.co.jp
安全のため Production は実行不可:
Production is execution-disabled for safety:
Swagger UI の「Try it out」は dev-api.parky.co.jp だけに固定しています。本番エンドポイントは上のピルに表示しているので、本番で叩きたい場合は cURL / Postman 等を別途使ってください(本番用の JWT も必要)。
The Swagger UI "Try it out" button is locked to dev-api.parky.co.jp only. The production URL is shown in the pill above for reference; to hit production use a separate cURL / Postman setup (with a production JWT).