Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Feat: Create Org #7

Closed
2 tasks done
nelsonic opened this issue May 16, 2022 · 1 comment
Closed
2 tasks done

Feat: Create Org #7

nelsonic opened this issue May 16, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished T1h Time Estimate 1 Hour

Comments

@nelsonic
Copy link
Member

nelsonic commented May 16, 2022

One of the reasons we switched from Gogs to Gitea was the Org creation endpoint: POST /orgs > https://try.gitea.io/api/swagger#/organization/orgCreate
image

Todo

  • create a function that accepts the necessary params:
{
  "description": "Org description if applicable",
  "full_name":  "Long Name (e.g. Full Legal Name)",
  "username": "orgname-all-lowercase-no-spaces",
  "visibility": "hidden"
}
  • Use the function to create an Org!
@nelsonic nelsonic added enhancement New feature or request help wanted Extra attention is needed priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished T1h Time Estimate 1 Hour labels May 16, 2022
@SimonLab SimonLab mentioned this issue May 17, 2022
@SimonLab
Copy link
Member

Implemented with #8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed priority-2 Second highest priority, should be worked on as soon as the Priority-1 issues are finished T1h Time Estimate 1 Hour
Projects
None yet
Development

No branches or pull requests

2 participants