Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,18 @@ Two documentation formats are provided:

### OpenAPI 3.1

Location: [`docs/openapi/openapi.yaml`](docs/openapi/openapi.yaml)
Visual UI available locally:
Specification file: [`docs/openapi/openapi.yaml`](docs/openapi/openapi.yaml)

API documentation available via Swagger UI and Redoc:

**Local (development)**
- Swagger UI → http://localhost/swagger.html
- Redoc → http://localhost/redoc.html

**Production (read-only)**
- Swagger UI → https://api.task.coolerk.com/swagger.html
- Redoc → https://api.task.coolerk.com/redoc.html

### Postman Collection

Location: [`docs/postman/task_manager_api.postman_collection.json`](docs/postman/task_manager_api.postman_collection.json)
Expand Down
4 changes: 2 additions & 2 deletions docs/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ servers:
port:
default: '80'
enum: [ '80', '8080', '8000' ]
- url: https://dev.coolerk.com
description: Production (placeholder)
- url: https://api.task.coolerk.com
description: Production (Live API)

tags:
- name: Auth
Expand Down
Loading