Typed access
Annotation operations are reached via client.Api.Annotation.Supported on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Annotation resource — methods and HTTP routes.
Annotation operations are reached via client.Api.Annotation.Supported on EksoClient.
await client.Api.Annotation.Supported.ListSupportedAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/annotation/supported | Returns the list of supported annotation content types. |
POST | /api/annotation | Creates a new annotation on the specified owner entity. |