Files
fleet/docs/REST API
Rachael Shaw 3d14cc841d REST API docs: Consistent URL parameter formatting (#15535)
Makes parameter formatting in documented REST API paths consistent.
Previously, we were using a mix of `/foo/:parameter/bar` and
`/foo/{parameter}/bar`. This updates all URLs to use `:` instead of
`{…}`.

Also, opportunistically fixed some other inconsistent formatting I
noticed in a couple places.
2023-12-08 16:22:20 -06:00
..

REST API

REST API

Documentation for Fleet's REST API. Includes example requests and responses for each API endpoint.