Skip to content

Commit

Permalink
Changed age type Number to type String
Browse files Browse the repository at this point in the history
  • Loading branch information
allennatang committed Nov 5, 2024
1 parent 97aed24 commit 3306f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/api_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ define({ "api": [
},
{
"group": "body",
"type": "Number",
"type": "String",
"optional": false,
"field": "age",
"description": "<p>The user's age.</p>"
Expand Down

0 comments on commit 3306f59

Please sign in to comment.