Skip to content

Latest commit

 

History

History
235 lines (121 loc) · 6.65 KB

CustomFormatApi.md

File metadata and controls

235 lines (121 loc) · 6.65 KB

\CustomFormatApi

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

Method HTTP request Description
create_custom_format POST /api/v3/customformat
delete_custom_format DELETE /api/v3/customformat/{id}
delete_custom_format_bulk DELETE /api/v3/customformat/bulk
get_custom_format_by_id GET /api/v3/customformat/{id}
list_custom_format GET /api/v3/customformat
list_custom_format_schema GET /api/v3/customformat/schema
put_custom_format_bulk PUT /api/v3/customformat/bulk
update_custom_format PUT /api/v3/customformat/{id}

create_custom_format

models::CustomFormatResource create_custom_format(custom_format_resource)

Parameters

Name Type Description Required Notes
custom_format_resource Option<CustomFormatResource>

Return type

models::CustomFormatResource

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]

delete_custom_format

delete_custom_format(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

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

delete_custom_format_bulk

delete_custom_format_bulk(custom_format_bulk_resource)

Parameters

Name Type Description Required Notes
custom_format_bulk_resource Option<CustomFormatBulkResource>

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

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

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

get_custom_format_by_id

models::CustomFormatResource get_custom_format_by_id(id)

Parameters

Name Type Description Required Notes
id i32 [required]

Return type

models::CustomFormatResource

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]

list_custom_format

Vecmodels::CustomFormatResource list_custom_format()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::CustomFormatResource

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]

list_custom_format_schema

Vecmodels::CustomFormatSpecificationSchema list_custom_format_schema()

Parameters

This endpoint does not need any parameter.

Return type

Vecmodels::CustomFormatSpecificationSchema

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]

put_custom_format_bulk

models::CustomFormatResource put_custom_format_bulk(custom_format_bulk_resource)

Parameters

Name Type Description Required Notes
custom_format_bulk_resource Option<CustomFormatBulkResource>

Return type

models::CustomFormatResource

Authorization

apikey, X-Api-Key

HTTP request headers

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

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

update_custom_format

models::CustomFormatResource update_custom_format(id, custom_format_resource)

Parameters

Name Type Description Required Notes
id String [required]
custom_format_resource Option<CustomFormatResource>

Return type

models::CustomFormatResource

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]