Company profile update api routes fx

This commit is contained in:
merdan 2022-08-10 11:03:35 +05:00
parent 3e0837db78
commit f06e755e6c
1 changed files with 8 additions and 1 deletions

View File

@ -14,7 +14,14 @@
"operationId": "e809af65c12695106f3cbcf67011e1c1",
"responses": {
"200": {
"description": "OK"
"description": "OK",
"content": {
"application/json":{
"schema":{
"type": "object"
}
}
}
},
"401": {
"description": "Unauthorized"