Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/resources/api/datatypes.raml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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", "Service Learning and Soccer"]
TeamSeasonId:
type: SalesforceUniqueId
AttendanceList:
Expand Down Expand Up @@ -246,7 +246,7 @@ types:
type: date-only
SessionTopic:
type: string
enum: [ "Soccer", "Writing", "Game Day", "Soccer and Writing", "Service Learning"]
enum: [ "Soccer", "Writing", "Game Day", "Soccer and Writing", "Service Learning", "Service Learning and Soccer"]
TeamSeasonId:
type: SalesforceUniqueId
examples: !include sessioncreatemodel-examples.raml
Expand All @@ -263,7 +263,7 @@ types:
required: false
SessionTopic:
type: string
enum: [ "Soccer", "Writing", "Game Day", "Soccer and Writing", "Service Learning"]
enum: [ "Soccer", "Writing", "Game Day", "Soccer and Writing", "Service Learning", "Service Learning and Soccer"]
required: false
TeamSeasonId:
type: SalesforceUniqueId
Expand Down