1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-23 19:26:08 +02:00
gitea/routers/api
Dionysios Kakouris e46274b5b4
Fix organization field being null in POST /orgs/{orgid}/teams (#27150)
Similarly to the fix in https://github.com/go-gitea/gitea/pull/24694,
this addresses the team creation not returning the organization
information in the response.

This fix is connected to the
[issue](https://gitea.com/gitea/terraform-provider-gitea/issues/27)
discovered in the terraform provider.
Moreover, the
[documentation](https://docs.gitea.com/api/1.20/#tag/organization/operation/orgCreateTeam)
suggests that the response body should include the `organization` field
(currently being `null`).
2023-09-21 08:09:59 +00:00
..
actions Add a new column schedule_id for action_run to track (#26975) 2023-09-08 23:01:19 +08:00
packages Allow empty Conan files (#27092) 2023-09-15 23:14:36 +00:00
v1 Fix organization field being null in POST /orgs/{orgid}/teams (#27150) 2023-09-21 08:09:59 +00:00