Skip to content

Latest commit

 

History

History
93 lines (48 loc) · 2.7 KB

IndexerConfigApi.md

File metadata and controls

93 lines (48 loc) · 2.7 KB

\IndexerConfigApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
api_v3_config_indexer_get GET /api/v3/config/indexer
api_v3_config_indexer_id_get GET /api/v3/config/indexer/{id}
api_v3_config_indexer_id_put PUT /api/v3/config/indexer/{id}

api_v3_config_indexer_get

crate::models::IndexerConfigResource api_v3_config_indexer_get()

Parameters

This endpoint does not need any parameter.

Return type

crate::models::IndexerConfigResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

api_v3_config_indexer_id_get

crate::models::IndexerConfigResource api_v3_config_indexer_id_get(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

crate::models::IndexerConfigResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json, text/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

api_v3_config_indexer_id_put

crate::models::IndexerConfigResource api_v3_config_indexer_id_put(id, indexer_config_resource)

Parameters

Name Type Description Required Notes
id String [required]
indexer_config_resource Option<IndexerConfigResource>

Return type

crate::models::IndexerConfigResource

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: application/json
  • Accept: text/plain, application/json, text/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]