Company profile update api routes fx
This commit is contained in:
parent
3e0837db78
commit
f06e755e6c
|
|
@ -14,7 +14,14 @@
|
|||
"operationId": "e809af65c12695106f3cbcf67011e1c1",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"application/json":{
|
||||
"schema":{
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
|
|
|
|||
Loading…
Reference in New Issue