All URIs are relative to http://localhost/api/v3
Method | HTTP request | Description |
---|---|---|
schema_retrieve | GET /schema/ |
std::collections::HashMap<String, serde_json::Value> schema_retrieve(format, lang)
OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json
Name | Type | Description | Required | Notes |
---|---|---|---|---|
format | Option<String> | |||
lang | Option<String> |
std::collections::HashMap<String, serde_json::Value>
- Content-Type: Not defined
- Accept: application/vnd.oai.openapi, application/yaml, application/vnd.oai.openapi+json, application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]