aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-openapi2.yml
Commit message (Expand)AuthorAgeFilesLines
* don't require auth for editgroup annotationsBryan Newbold2019-04-091-2/+0
* bump versions (0.1.0 to 0.2.0)Bryan Newbold2019-01-281-1/+1
* Merge branch 'schema-tweaks'Bryan Newbold2019-01-241-16/+8
|\
| * more IDENT types in API schemaBryan Newbold2019-01-141-16/+8
* | allow passing description+extra to batch endpointsBryan Newbold2019-01-221-0/+56
* | allow arxiv and jstor lookupsBryan Newbold2019-01-211-0/+8
* | yet more schema tweaksBryan Newbold2019-01-211-8/+24
* | api schema: CDX timestamps as datetimeBryan Newbold2019-01-181-2/+5
|/
* allow returning changelog index with editgroupBryan Newbold2019-01-111-0/+4
* allow returning expanded editors in editgroups and annotationsBryan Newbold2019-01-111-0/+4
* API schema: editgroup submission and annotationsBryan Newbold2019-01-101-3/+238
* add a couple additional response types, for consistencyBryan Newbold2019-01-091-0/+12
* towards better success/error response typesBryan Newbold2019-01-091-0/+9
* schema: require editgroup_id for edits (except batch)Bryan Newbold2019-01-091-21/+21
* add auth/check endpointBryan Newbold2019-01-071-0/+26
* allow passing prefered_username in oidc signup/loginBryan Newbold2019-01-031-0/+3
* schema for username updatesBryan Newbold2019-01-031-0/+28
* crude /auth/oidc endpoint (and codegen)Bryan Newbold2019-01-031-0/+65
* add missing security/auth declarationsBryan Newbold2018-12-311-0/+50
* make editor_id optional when createding editgroupBryan Newbold2018-12-311-2/+0
* api spec: more auth responsesBryan Newbold2018-12-311-5/+47
* first attempt at auth in API specBryan Newbold2018-12-261-0/+37
* api schema: more types/regex on parametersBryan Newbold2018-12-261-67/+49
* schemas: editor_id as UUID (not int)Bryan Newbold2018-12-261-31/+15
* webcapture: status_code nullable; cdx timestamp stringBryan Newbold2018-12-261-4/+2
* openapi schema: add fileset/web endpointsBryan Newbold2018-12-261-2/+482
* openapi schema: small consistency fixesBryan Newbold2018-12-261-8/+26
* fileset and webcapture openapi entitiesBryan Newbold2018-12-241-0/+123
* remove unused postgres-backed stats stuffBryan Newbold2018-12-241-23/+0
* significantly harmonize API 'id' parametersBryan Newbold2018-12-241-79/+79
* add release_year (for when whole date isn't available)Bryan Newbold2018-12-241-0/+4
* allow expand creators in release getsBryan Newbold2018-12-211-1/+1
* more lookup schema tweaksBryan Newbold2018-12-141-4/+28
* schema tweaks, and rust codegenBryan Newbold2018-12-131-14/+14
* proposed API schema changes for redirectsBryan Newbold2018-12-131-10/+440
* hide flags (like expand)Bryan Newbold2018-11-261-0/+60
* set default host in swagger spec to api.fatcat.wikiBryan Newbold2018-11-131-1/+1
* switch to HTTPS in schema defBryan Newbold2018-11-121-2/+1
* expand docs in schema updatedBryan Newbold2018-09-261-5/+5
* annotate API spec with tag-related linesBryan Newbold2018-09-221-97/+97
* container_name (for consistency)Bryan Newbold2018-09-221-1/+1
* add tags (grouping) to openapi schemaBryan Newbold2018-09-181-0/+99
* better response type nameBryan Newbold2018-09-171-1/+1
* remove duplicate response def from API specBryan Newbold2018-09-131-4/+0
* refactor editgroup parameter passingBryan Newbold2018-09-111-6/+43
* make API types more consistentBryan Newbold2018-09-101-6/+14
* Merge branch 'autoaccept' into http-verbsBryan Newbold2018-09-071-0/+54
|\
| * WIP: autoacceptBryan Newbold2018-08-241-0/+25
| * autoaccept flag for batch insertsBryan Newbold2018-08-201-0/+29
* | more update and delete verbsBryan Newbold2018-09-061-25/+169