diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-10 11:50:05 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-10 11:50:05 -0700 | 
| commit | 8e3038e55282088825a1243a34f2d9f7d25e5533 (patch) | |
| tree | 5b92276aed6f5b16b95abd57235a2a6ead46c945 /rust/fatcat-api-spec/api | |
| parent | 2fafc86c3439b88de8b7704f5f0d68d6a48842e2 (diff) | |
| download | fatcat-8e3038e55282088825a1243a34f2d9f7d25e5533.tar.gz fatcat-8e3038e55282088825a1243a34f2d9f7d25e5533.zip  | |
impl withdrawn_status
Diffstat (limited to 'rust/fatcat-api-spec/api')
| -rw-r--r-- | rust/fatcat-api-spec/api/swagger.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml index 8e6514eb..a3fb7053 100644 --- a/rust/fatcat-api-spec/api/swagger.yaml +++ b/rust/fatcat-api-spec/api/swagger.yaml @@ -7877,7 +7877,7 @@ definitions:        withdrawn_date:          type: "string"          format: "date" -      withdrawn_state: +      withdrawn_status:          type: "string"        release_year:          type: "integer" @@ -8042,9 +8042,9 @@ definitions:          timestamp: "2000-01-23T04:56:07.000+00:00"          revision: "86daea5b-1b6b-432a-bb67-ea97795f80fe"        ident: "q3nouwy3nnbsvo3h5klxsx4a7y" +      withdrawn_status: "withdrawn_status"        language: "language"        title: "title" -      withdrawn_state: "withdrawn_state"        contribs:        - raw_affiliation: "raw_affiliation"          creator:  | 
