Skip to content

Commit

Permalink
chore: fix typo on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ribeiro committed Jan 11, 2025
1 parent 384bfd3 commit 401c8ad
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/admin/get_admin_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/categories/get_categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/currencies/get_currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/household/get_household.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/payment_methods/get_payment_methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/settings/get_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/status/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/subscriptions/get_ical_feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- convert_currency: whether to convert to the main currency (boolean) default false.
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a downloadable VCAL file with the active subscriptions
*/
Expand Down
2 changes: 1 addition & 1 deletion api/subscriptions/get_monthly_cost.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
It receives the following parameters:
- month: the month for which the cost is to be calculated (integer).
- year: the year for which the cost is to be calculated (integer).
- apiKey: the API key of the user (string).
- api_key: the API key of the user (string).
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/subscriptions/get_subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- disabled_to_bottom: whether to sort the inactive subscriptions to the bottom (boolean) default false.
- sort: the sorting method (string) default next_payment ['name', 'id', 'next_payment', 'price', 'payer_user_id', 'category_id', 'payment_method_id', 'inactive', 'alphanumeric'].
- convert_currency: whether to convert to the main currency (boolean) default false.
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down
2 changes: 1 addition & 1 deletion api/users/get_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
This API Endpoint accepts both POST and GET requests.
It receives the following parameters:
- apiKey: the API key of the user.
- api_key: the API key of the user.
It returns a JSON object with the following properties:
- success: whether the request was successful (boolean).
Expand Down

0 comments on commit 401c8ad

Please sign in to comment.