From e93fe289d584f5bb1d8fca7fd3f476113104b411 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Jan 2019 15:58:22 -0800 Subject: allow returning changelog index with editgroup --- rust/fatcat-api-spec/api/swagger.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rust/fatcat-api-spec/api') diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml index 1f9e21d6..7a1c2755 100644 --- a/rust/fatcat-api-spec/api/swagger.yaml +++ b/rust/fatcat-api-spec/api/swagger.yaml @@ -8102,6 +8102,7 @@ definitions: editor_id: "q3nouwy3nnbsvo3h5klxsx4a7y" is_bot: true username: "zerocool93" + changelog_index: 1048576 submitted: "2000-01-23T04:56:07.000+00:00" extra: "{}" edits: @@ -8254,6 +8255,7 @@ definitions: editor_id: "q3nouwy3nnbsvo3h5klxsx4a7y" is_bot: true username: "zerocool93" + changelog_index: 1048576 submitted: "2000-01-23T04:56:07.000+00:00" extra: "{}" edits: @@ -8501,6 +8503,10 @@ definitions: pattern: "[a-zA-Z2-7]{26}" editor: $ref: "#/definitions/editor" + changelog_index: + type: "integer" + format: "int64" + example: 1048576 submitted: type: "string" format: "date-time" @@ -8521,6 +8527,7 @@ definitions: editor_id: "q3nouwy3nnbsvo3h5klxsx4a7y" is_bot: true username: "zerocool93" + changelog_index: 1048576 submitted: "2000-01-23T04:56:07.000+00:00" extra: "{}" edits: @@ -8731,6 +8738,7 @@ definitions: editor_id: "q3nouwy3nnbsvo3h5klxsx4a7y" is_bot: true username: "zerocool93" + changelog_index: 1048576 submitted: "2000-01-23T04:56:07.000+00:00" extra: "{}" edits: -- cgit v1.2.3