Public documentation for the TKS API. The source of truth for this content
lives in the private cloud104/tks-api
repo under docs/; CI mirrors it here on every merge to main so the docs are
publicly linkable.
Human-readable documentation for every problem type the TKS API may return
in an application/problem+json response body (RFC 9457). TKS API uses
RFC 4151 tag URIs as problem type identifiers and links to this
documentation via the help_url field on problem responses.
The URI scheme is:
tag:tks.sh,2026:tks-api/<category>/<slug>
And maps to this repo as:
https://github.com/cloud104/tks-api-docs/blob/main/problems/<category>/<slug>.md
See problems/README.md for the full catalog and
explanation.
Do not edit files in this repo directly. Changes are overwritten by the
automated sync from cloud104/tks-api. To update a problem type doc:
- Open a PR against
cloud104/tks-apimodifying the corresponding file underdocs/problems/<category>/<slug>.md - Once merged, CI will sync the change here automatically