summaryrefslogtreecommitdiffstats
path: root/swagger.v1.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: pull swagger file from `v8.next.forgejo.org`Cyborus2024-07-301-14/+1509
|
* fix!: integers are signed by defaultCyborus2024-07-091-150/+321
|
* fix: null team reviewsCyborus2024-07-091-1/+4
|
* fix(swagger): `UserSettings` should not be a listCyborus2024-06-191-4/+1
|
* make issue and pr state an enumCyborus2024-05-141-0/+4
|
* add `object_format_name` back inCyborus2024-04-271-1/+12
|
* add `CreateHookOptionConfig` required properties as fieldsCyborus2024-04-261-0/+9
|
* format swagger fileCyborus2024-04-261-7/+1
| | | | forgot to in #48
* strongly type repository default merge style in swagger fileCyborus2024-04-261-5/+12
|
* fix `repo_get_raw_file{_or_lfs}` not returning `Vec<u8>`Cyborus2024-04-261-1/+2
|
* remove `object_format_name` for nowCyborus2024-04-261-13/+1
| | | | | | | forgejo currently has a bug where the `object_format_name` field is always an empty string. for now, just don't include it. should be fixed in https://codeberg.org/forgejo/forgejo/pulls/3464
* `CreateRepoOption`'s `object_format_name` field is requiredCyborus2024-04-251-1/+1
|
* update swaggerfileCyborus2024-04-251-16/+817
|
* format swagger fileCyborus2024-04-251-2658/+869
| | | | | | this has no effect on functionality, but having a common format will make it easier to bring in official changes while maintaining local modifications
* correct tag creation success status code to `201`Cyborus2024-03-201-1/+1
| | | | | Forgejo seems to have already fixed this, but not published it yet. I'll just update it here myself
* support non-json return typesCyborus2024-02-091-5/+5
|
* rename `userGetOauth2Application` to `userGetOAuth2Applications`Cyborus2024-01-181-1/+1
|
* add openapi parsingCyborus2024-01-111-0/+24321