Skip to content

Commit 76bcb26

Browse files
Merge pull request #4562 from fedspendingtransparency/fix/dev-14183-parameter-typo
[DEV-14183] - typo: replace paramater with parameter
2 parents 35a6be3 + e9959f5 commit 76bcb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usaspending_api/api_contracts/contracts/v2/references/total_budgetary_resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This endpoint returns federal budgetary resources by fiscal year and fiscal peri
1414
+ `fiscal_year` (optional, number)
1515
The fiscal year to retrieve, 2017 or later.
1616
+ `fiscal_period` (optional, number)
17-
The fiscal period. If this optional parameter is provided then `fiscal_year` is a required parameter. If `fiscal_period` is provided without `fiscal_year`, a 400 error is returned. Valid values: 2-12 (2 = November ... 12 = September). For retrieving quarterly data, provide the period which equals 'quarter * 3' (e.g. Q2 = P6). If neither paramater is provided, the entire available history will be returned.
17+
The fiscal period. If this optional parameter is provided then `fiscal_year` is a required parameter. If `fiscal_period` is provided without `fiscal_year`, a 400 error is returned. Valid values: 2-12 (2 = November ... 12 = September). For retrieving quarterly data, provide the period which equals 'quarter * 3' (e.g. Q2 = P6). If neither parameter is provided, the entire available history will be returned.
1818

1919
+ Response 200 (application/json)
2020

0 commit comments

Comments
 (0)