|
|
@ -14,7 +14,7 @@ |
|
|
|
"/case_logs/:id": { |
|
|
|
"/case_logs/:id": { |
|
|
|
"parameters": [], |
|
|
|
"parameters": [], |
|
|
|
"get": { |
|
|
|
"get": { |
|
|
|
"summary": "Get User Info by User ID", |
|
|
|
"summary": "Get Case Log Info by Case Log ID", |
|
|
|
"tags": [], |
|
|
|
"tags": [], |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
@ -683,7 +683,7 @@ |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"patch": { |
|
|
|
"patch": { |
|
|
|
"summary": "Update User Information", |
|
|
|
"summary": "Update Case Log Information", |
|
|
|
"operationId": "patch-case_logs-case_logs-:id", |
|
|
|
"operationId": "patch-case_logs-case_logs-:id", |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"200": { |
|
|
@ -1998,7 +1998,7 @@ |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"delete": { |
|
|
|
"delete": { |
|
|
|
"summary": "", |
|
|
|
"summary": "Delete a Case Log by Case Log ID", |
|
|
|
"operationId": "delete-case_logs-:id", |
|
|
|
"operationId": "delete-case_logs-:id", |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|
"204": { |
|
|
|
"204": { |
|
|
|