Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdillingham committed Mar 3, 2024
1 parent 88066c5 commit 7a0f9d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OpenAPI/tuitionfit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "v0",
"title": "TuitionFit"
},
"host": "localhost:9163",
"host": "app.tuitionfit.org",
"schemes": [
"https"
],
Expand Down Expand Up @@ -1085,7 +1085,7 @@
"description": "The student's profile at the time the application was submitted"
},
"imageBase64": {
"description": "The Base64 encoded binary image data. Supports PNG and JPEG of sizes up to roughly 5mb before encoding.",
"description": "The Base64 encoded binary image data, as a data URI (e.g. data:image/jpeg;base64). Supports PNG and JPEG of sizes up to roughly 5mb before encoding.",
"maxLength": 6990508,
"minLength": 0,
"type": "string"
Expand Down Expand Up @@ -1309,7 +1309,7 @@
"description": "The student's profile at the time the application was submitted"
},
"imageBase64": {
"description": "The Base64 encoded binary image data. Supports PNG and JPEG of sizes up to roughly 5mb before encoding.",
"description": "The Base64 encoded binary image data, as a data URI (e.g. data:image/jpeg;base64). Supports PNG and JPEG of sizes up to roughly 5mb before encoding.",
"maxLength": 6990508,
"minLength": 0,
"type": "string"
Expand Down

0 comments on commit 7a0f9d8

Please sign in to comment.