Skip to content

Commit

Permalink
Merge pull request #3 from TuitionFit/jpdillingham-patch-2
Browse files Browse the repository at this point in the history
Add 'source' property to payload when creating anonymous letters
  • Loading branch information
jpdillingham authored Dec 15, 2024
2 parents c061a8a + 56386e3 commit c70ce87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OpenAPI/tuitionfit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,12 @@
"maxLength": 6990508,
"minLength": 0,
"type": "string"
},
"source": {
"description": "An optional string that indicates the source of the letter.",
"maxLength": 128,
"minLength": 0,
"type": "string"
}
}
},
Expand Down

0 comments on commit c70ce87

Please sign in to comment.