api/docs/content/doc/usage/api.md
Dominik Pschenitschni aaa0593289 feat(docs): various improvements
- removing spaces at end of line
- fixing spelling and grammar mistakes
- making sure 'Vikunja' is spelled the same way everywhere
- prefer using editors word wrap instead of hardcoding word wrap in markdown (reason: different word wrap per editor & end of line space)
- add newline add end where missing
- remove double colon at end of headlines
- remove unnecessary indention
- make sure code blocks and headlines etc always have an empty line around
2023-04-11 16:42:59 +00:00

557 B

date title draft type menu
2019-02-12:00:00+02:00 API Documentation false doc
sidebar
parent
usage

API Documentation

You can find the api docs under http://vikunja.tld/api/v1/docs of your instance.
A public instance is available on try.vikunja.io.

These docs are autogenerated from annotations in the code with swagger.

The specification is hosted at http://vikunja.tld/api/v1/docs.json. You can use this to embed it into other OpenAPI compatible applications if you want.