Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions lib_template/api_doc.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Method | HTTP request | Description

{{#operations}}
{{#operation}}
# **{{{operationId}}}**
## **{{{operationId}}}**
> {{#returnType}}{{{.}}} {{/returnType}}{{{operationId}}}({{#allParams}}{{#required}}{{{paramName}}}{{/required}}{{^required}}{{{paramName}}}={{{paramName}}}{{/required}}{{^-last}}, {{/-last}}{{/allParams}})

{{{summary}}}{{#notes}}
Expand Down Expand Up @@ -70,7 +70,5 @@ Name | Type | Description | Notes
{{/responses}}
{{/responses.0}}

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

{{/operation}}
{{/operations}}
4 changes: 1 addition & 3 deletions src/docs/AlertApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All URIs are relative to *https://api.notefile.net*
| ---------------------------------------- | ------------------------------------------------- | ----------- |
| [**get_alerts**](AlertApi.md#get_alerts) | **GET** /v1/projects/{projectOrProductUID}/alerts |

# **get_alerts**
## **get_alerts**

> GetAlerts200Response get_alerts(project_or_product_uid, page_size=page_size, page_num=page_num, monitor_uid=monitor_uid)

Expand Down Expand Up @@ -83,5 +83,3 @@ with notehub_py.ApiClient(configuration) as api_client:
| ----------- | ------------------------------------------ | ---------------- |
| **200** | The response body from GET /alerts | - |
| **0** | The response body in case of an API error. | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8 changes: 2 additions & 6 deletions src/docs/AuthorizationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All URIs are relative to *https://api.notefile.net*
| [**login**](AuthorizationApi.md#login) | **POST** /auth/login |
| [**o_auth2_client_credentials**](AuthorizationApi.md#o_auth2_client_credentials) | **POST** /oauth2/token | Issue an OAuth 2.0 access token (Client Credentials) |

# **login**
## **login**

> Login200Response login(login_request)

Expand Down Expand Up @@ -70,9 +70,7 @@ No authorization required
| **400** | Bad Request | - |
| **500** | Internal Server Error | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **o_auth2_client_credentials**
## **o_auth2_client_credentials**

> OAuth2TokenResponse o_auth2_client_credentials(client_id, client_secret, grant_type, scope=scope)

Expand Down Expand Up @@ -143,5 +141,3 @@ No authorization required
| **400** | Invalid request (missing or malformed parameters) | - |
| **401** | Invalid client authentication | - |
| **403** | Unauthorized scope | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
12 changes: 3 additions & 9 deletions src/docs/BillingAccountApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All URIs are relative to *https://api.notefile.net*
| [**get_billing_account_balance_history**](BillingAccountApi.md#get_billing_account_balance_history) | **GET** /v1/billing-accounts/{billingAccountUID}/balance-history |
| [**get_billing_accounts**](BillingAccountApi.md#get_billing_accounts) | **GET** /v1/billing-accounts |

# **get_billing_account**
## **get_billing_account**

> GetBillingAccount200Response get_billing_account(billing_account_uid)

Expand Down Expand Up @@ -80,9 +80,7 @@ with notehub_py.ApiClient(configuration) as api_client:
| **200** | Successful operation | - |
| **0** | The response body in case of an API error. | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_billing_account_balance_history**
## **get_billing_account_balance_history**

> GetBillingAccountBalanceHistory200Response get_billing_account_balance_history(billing_account_uid, start_date=start_date, end_date=end_date)

Expand Down Expand Up @@ -158,9 +156,7 @@ with notehub_py.ApiClient(configuration) as api_client:
| **200** | Successful operation | - |
| **0** | The response body in case of an API error. | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_billing_accounts**
## **get_billing_accounts**

> GetBillingAccounts200Response get_billing_accounts()

Expand Down Expand Up @@ -228,5 +224,3 @@ This endpoint does not need any parameter.
| ----------- | ------------------------------------------ | ---------------- |
| **200** | Successful operation | - |
| **0** | The response body in case of an API error. | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
Loading
Loading