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} |
models::CustomFormatResource create_custom_format(custom_format_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
custom_format_resource | Option<CustomFormatResource> |
- 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(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
(empty response body)
- 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(custom_format_bulk_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
custom_format_bulk_resource | Option<CustomFormatBulkResource> |
(empty response body)
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::CustomFormatResource get_custom_format_by_id(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
- 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]
Vecmodels::CustomFormatResource list_custom_format()
This endpoint does not need any parameter.
Vecmodels::CustomFormatResource
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vecmodels::CustomFormatSpecificationSchema list_custom_format_schema()
This endpoint does not need any parameter.
Vecmodels::CustomFormatSpecificationSchema
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::CustomFormatResource put_custom_format_bulk(custom_format_bulk_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
custom_format_bulk_resource | Option<CustomFormatBulkResource> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::CustomFormatResource update_custom_format(id, custom_format_resource)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | [required] | ||
custom_format_resource | Option<CustomFormatResource> |
- 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]