Skip to content

Commit

Permalink
Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (
Browse files Browse the repository at this point in the history
#27167)

Backport #27150 by @memphis88

Similarly to the fix in #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`).

Co-authored-by: Dionysios Kakouris <[email protected]>
  • Loading branch information
GiteaBot and memphis88 authored Sep 21, 2023
1 parent fbe1f35 commit d99479c
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d99479c

Please sign in to comment.