Skip to content

Commit

Permalink
POST /sessions fix enum error
Browse files Browse the repository at this point in the history
Possible values for SessionTopic: [ "Soccer", "Writing", "Game Day", "Soccer and Writing", "Service Learning"]
  • Loading branch information
AleksandrMolchagin committed Nov 30, 2024
1 parent 1b8a602 commit fa81837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/api/datatypes.raml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ types:
type: date-only
SessionTopic:
type: string
enum: [ "Soccer", "Writing", "Game_Day", "Soccer_and_Writing"]
enum: [ "Soccer", "Writing", "Game Day", "Soccer and Writing", "Service Learning"]
TeamSeasonId:
type: SalesforceUniqueId
examples: !include sessioncreatemodel-examples.raml
Expand Down

0 comments on commit fa81837

Please sign in to comment.