Skip to content

Commit

Permalink
Swagger documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
amiparadis250 committed Feb 29, 2024
1 parent b353829 commit dde9136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"properties": {
"email": { "type": "string", "example": "[email protected]" },
"password": { "type": "string", "example": "12345790003Us*@" },
"FullName": { "type": "string", "example": "[email protected]" }
"fullName": { "type": "string", "example": "[email protected]" }
},
"required": ["email", "password", "FullName"]
}
Expand All @@ -106,7 +106,7 @@
"schema": {
"type": "object",
"properties": {
"FullName": { "type": "string" },
"fullName": { "type": "string" },
"email": { "type": "string" },
"password": { "type": "string" }
},
Expand Down Expand Up @@ -236,7 +236,7 @@
"title": { "type": "string" },
"desc": { "type": "string" },
"content": { "type": "string" },
"image": { "type": "string", "format": "binary" }
"file": { "type": "string", "format": "binary" }
}
}
}
Expand Down Expand Up @@ -418,7 +418,7 @@
"title": { "type": "string" },
"desc": { "type": "string" },
"content": { "type": "string" },
"image": { "type": "string", "format": "binary" }
"file": { "type": "string", "format": "binary" }
}
}
}
Expand Down

0 comments on commit dde9136

Please sign in to comment.