diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 14:12:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-11 14:12:31 -0800 |
commit | e39d736a1c735c2c5156acf1183f4d81dc2af4d3 (patch) | |
tree | 04085339896e4903b41f0a60ac5014d2905a8c43 /rust/fatcat-api-spec/api.yaml | |
parent | 5b6a9ee3fa9b781c67074b9815cdaef84548692d (diff) | |
download | fatcat-e39d736a1c735c2c5156acf1183f4d81dc2af4d3.tar.gz fatcat-e39d736a1c735c2c5156acf1183f4d81dc2af4d3.zip |
allow returning expanded editors in editgroups and annotations
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index 61f895fa..c621c39f 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -465,6 +465,8 @@ definitions: <<: *FATCATIDENT editor_id: <<: *FATCATIDENT + editor: + $ref: "#/definitions/editor" submitted: type: string format: date-time @@ -517,6 +519,8 @@ definitions: <<: *FATCATIDENT editor_id: <<: *FATCATIDENT + editor: + $ref: "#/definitions/editor" created: type: string format: date-time |