fedspendingtransparency / usaspending-api

Server application to serve U.S. federal spending data via a RESTful API
https://www.usaspending.gov
Creative Commons Zero v1.0 Universal
310 stars 113 forks source link

[DEV-10768] Adds required filters to spending_by_transaction #4054

Closed collinwr closed 8 months ago

collinwr commented 8 months ago

Description: Previously the /spending_by_transaction endpoint only had keywords and award_type_codes listed as valid filters even though it supported other filters available in Advanced Search. This fixes this inconsistency by adding documentation about the available filters.

Requirements for PR merge:

  1. N/A - Unit & integration tests updated
  2. [x] API documentation updated
  3. [ ] Necessary PR reviewers:
    • [ ] Backend
    • [ ] Frontend
  4. N/A - Matview impact assessment completed
  5. [ ] Frontend impact assessment completed
  6. N/A - Data validation completed
  7. N/A - Appropriate Operations ticket(s) created
  8. [x] Jira Ticket DEV-10768:
    • [ ] Link to this Pull-Request
    • N/A - Performance evaluation of affected (API | Script | Download)
    • N/A - Before / After data comparison

Area for explaining above N/A when needed:

No code changes other than contracts.