Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions v1/specification/docs/Specification_Server_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ The OGraf Server API is defined as an [OpenAPI](https://www.openapis.org/) defin

## Additional notes

### Base URL and path prefixes

A Server MAY expose the OGraf Server API under any base URL and path prefix.
All paths defined in the OpenAPI document are relative to that base URL.

For example, if the base URL is `https://example.com/my/prefix/ograf/v1`, the OpenAPI path `/graphics` is available at `https://example.com/my/prefix/ograf/v1/graphics`.

The `/ograf/v1` path prefix used in examples is allowed, but not required.

### Security (optional)

* The current version of the Server API doesn't specify any security measures.
Expand Down