diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-29 18:39:32 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:37:05 +0200 |
| commit | 66f77a1d5d0296d5b2615d046a99e96016dfe5ec (patch) | |
| tree | 8ca91792b8effcbe393fd38485de663dc3b24301 /opendc-api-spec.yml | |
| parent | a61977495ed294c90104c332377d0392d2bf41f4 (diff) | |
Add path and type to API spec of trace
Diffstat (limited to 'opendc-api-spec.yml')
| -rw-r--r-- | opendc-api-spec.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 59528845..0c7d507f 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -957,6 +957,10 @@ definitions: type: string name: type: string + path: + type: string + type: + type: string User: type: object properties: |
