All URIs are relative to http://localhost:8000/api
Method | HTTP request | Description |
---|---|---|
create_declarative_source_definition_manifest | POST /v1/declarative_source_definitions/create_manifest | Create a declarative manifest to be used by the specified source definition |
list_declarative_manifests | POST /v1/declarative_source_definitions/list_manifests | List all available declarative manifest versions of a declarative source definition |
update_declarative_manifest_version | POST /v1/declarative_source_definitions/update_active_manifest | Update the declarative manifest version for a source |
create_declarative_source_definition_manifest(declarative_source_definition_create_manifest_request_body) Create a declarative manifest to be used by the specified source definition
Name | Type | Description | Required | Notes |
---|---|---|---|---|
declarative_source_definition_create_manifest_request_body | DeclarativeSourceDefinitionCreateManifestRequestBody | [required] |
(empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::DeclarativeManifestsReadList list_declarative_manifests(list_declarative_manifests_request_body) List all available declarative manifest versions of a declarative source definition
Name | Type | Description | Required | Notes |
---|---|---|---|---|
list_declarative_manifests_request_body | ListDeclarativeManifestsRequestBody | [required] |
crate::models::DeclarativeManifestsReadList
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
update_declarative_manifest_version(update_active_manifest_request_body) Update the declarative manifest version for a source
Name | Type | Description | Required | Notes |
---|---|---|---|---|
update_active_manifest_request_body | UpdateActiveManifestRequestBody | [required] |
(empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]