From f30e45c3eae4371cc5f1bee030791187a173c284 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 28 Jun 2018 12:08:32 -0700 Subject: make release_rev.work_id optional in openapi spec This is to enable auto-creation of works, speeding up bulk insertion. --- rust/fatcat-api/api/swagger.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'rust/fatcat-api/api/swagger.yaml') diff --git a/rust/fatcat-api/api/swagger.yaml b/rust/fatcat-api/api/swagger.yaml index 1a719322..8a328822 100644 --- a/rust/fatcat-api/api/swagger.yaml +++ b/rust/fatcat-api/api/swagger.yaml @@ -1710,7 +1710,6 @@ definitions: type: "object" required: - "title" - - "work_id" properties: refs: type: "array" -- cgit v1.2.3