Skip to content

Commit

Permalink
Merge pull request #275 from AmericaSCORESBayArea/fix/TestUpdateRAMLF…
Browse files Browse the repository at this point in the history
…orTeams

Fix/252 Updated RAML for /teams based on acceptance criteria
  • Loading branch information
Aleksandr-v25 authored Aug 6, 2024
2 parents 421793e + c919d0c commit 47ebea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/api/salesforce-data-api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ uses:
type: types.Team[]
/{teamId}:
get:
displayName: Get Team details
description: Get Team details associated with the team Id
responses:
200:
body:
Expand Down Expand Up @@ -392,6 +394,7 @@ uses:
/waiver/{waiverId}:
get:
displayName: Get Waiver History by contact id and waiver id
description: Retrieve Waiver History data for a speciifc contact id and waiver id
responses:
200:
body:
Expand All @@ -408,6 +411,7 @@ uses:
message: Waiver not found
/{contactId}/enrollments:
get:
displayName: Get enrollment data by contact id
description: Retrieve enrollment data for a specific contact.
queryParameters:
schoolSiteName:
Expand Down

0 comments on commit 47ebea2

Please sign in to comment.