authelia-api/docs/postman/environment.json
cclohmar 8cfd403c14 chore: reorganise docs/ folder for Postman, examples, and OpenAPI spec
- Moved into docs/:
  docs/postman/collection.json         ← authelia-api.postman_collection.json
  docs/postman/environment.json        ← authelia-api.postman_environment.json
  docs/postman-guide.md                ← POSTMAN_GUIDE.md
  docs/openapi.yml                     ← openapi.yml
  docs/examples/bulk-request.json      ← example_bulk_request.json
- Updated README.md with new paths and docs/ structure
- Updated .dockerignore to reflect new layout
- Removed stale pre-built binary from working tree
2026-07-15 18:03:52 +00:00

23 lines
No EOL
582 B
JSON

{
"id": "authelia-api-environment",
"name": "Authelia API",
"values": [
{
"key": "base_url",
"value": "http://127.0.0.1:8080",
"type": "default",
"enabled": true,
"description": "Base URL for API requests"
},
{
"key": "bearer_token",
"value": "",
"type": "secret",
"enabled": true,
"description": "Bearer token (session.secret from Authelia config)"
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2026-04-02T00:00:00.000Z",
"_postman_exported_using": "Postman/11.0"
}