docs: Update links to errors and req/resp types.

This commit is contained in:
jholdstock 2023-04-20 11:54:56 +01:00 committed by Jamie Holdstock
parent f8096ef8c4
commit 799041a1e5

View File

@ -13,13 +13,13 @@
``` ```
A full list of error codes can be looked up in A full list of error codes can be looked up in
[webapi/errors.go](../webapi/errors.go) [types/errors.go](../types/errors.go)
- Requests which reference specific tickets need to be properly signed as - Requests which reference specific tickets need to be properly signed as
described in [two-way-accountability.md](./two-way-accountability.md). described in [two-way-accountability.md](./two-way-accountability.md).
- Implementation of request and response types can be found in - Implementation of request and response types can be found in
[webapi/types.go](../webapi/types.go). [types/types.go](../types/types.go).
- The initial version of the vspd API is version 3. This is because the first - The initial version of the vspd API is version 3. This is because the first
version of the vspd API actually represents the third iteration of VSP APIs. version of the vspd API actually represents the third iteration of VSP APIs.