Skip to content

Commit

Permalink
fix:status mission approval
Browse files Browse the repository at this point in the history
  • Loading branch information
tiarajuliarsita committed Dec 11, 2023
1 parent 4af0cfd commit b5e383a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion swagger/apidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4522,7 +4522,13 @@
"in": "query",
"description": "status of mission approvals",
"schema": {
"type": "string"
"type": "string",
"enum":[
"perlu tinjauan",
"ditolak",
"disetujui"

]
}
}
},
Expand Down

0 comments on commit b5e383a

Please sign in to comment.