[PR #3462] [CLOSED] API Endpoint to add a member to an organisation #16950

Closed
opened 2025-11-02 12:22:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3462
Author: @culmat
Created: 2/5/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

3 files changed (+68 additions, -0 deletions)

View changed files

📝 public/swagger.v1.json (+34 -0)
📝 routers/api/v1/api.go (+1 -0)
📝 routers/api/v1/org/member.go (+33 -0)

📄 Description

completing API Endpoints for organization members #645


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3462 **Author:** [@culmat](https://github.com/culmat) **Created:** 2/5/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`2675dd1`](https://github.com/go-gitea/gitea/commit/2675dd184c9ce1136b80694b428e6390e4989bea) API Endpoint to add a member to an organisation - [`8fdc56c`](https://github.com/go-gitea/gitea/commit/8fdc56cc14856bb268287c93b721a9021a63590e) Merge branch 'master' of https://github.com/culmat/gitea ### 📊 Changes **3 files changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `public/swagger.v1.json` (+34 -0) 📝 `routers/api/v1/api.go` (+1 -0) 📝 `routers/api/v1/org/member.go` (+33 -0) </details> ### 📄 Description completing API Endpoints for organization members #645 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:22:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16950