Skip to content

Commit

Permalink
fix : configuration open api, wron content-type and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
teranixbq committed Dec 8, 2023
1 parent 030cd71 commit 21197ab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions swagger/apidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4002,7 +4002,7 @@
],
"requestBody": {
"content": {
"multipart/json": {
"multipart/form-data": {
"schema": {
"$ref": "#/components/schemas/RequestCommunityEvent"
}
Expand Down Expand Up @@ -4053,8 +4053,8 @@
"examples": {
"success": {
"value": {
"status": false,
"message": "data tidak ditemukan"
"status": true,
"message": "berhasil menghapus event"
}
}
}
Expand Down Expand Up @@ -5322,6 +5322,9 @@
"type": "string",
"format": "binary"
},
"name":{
"type": "string"
},
"description": {
"type": "string"
},
Expand All @@ -5334,6 +5337,7 @@
},
"required": [
"image",
"name",
"description",
"location",
"max_members"
Expand Down

0 comments on commit 21197ab

Please sign in to comment.