[PR #2639] [CLOSED] Use /orgs instead of /org to match GitHub v3 API #16517

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2639
Author: @raphink
Created: 10/2/2017
Status: Closed

Base: masterHead: create_repo


📝 Commits (4)

  • 45f9c23 Use /orgs instead of /org to match GitHub v3 API
  • 0a51e10 Use :orgname instead of :org for doc consistency
  • 8595318 Fix swagger:route
  • e7bb20b Missing s in swagger:route

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 routers/api/v1/api.go (+1 -1)
📝 routers/api/v1/repo/repo.go (+2 -2)

📄 Description

As per https://developer.github.com/v3/repos/#create


🔄 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/2639 **Author:** [@raphink](https://github.com/raphink) **Created:** 10/2/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `create_repo` --- ### 📝 Commits (4) - [`45f9c23`](https://github.com/go-gitea/gitea/commit/45f9c2363bb9d3fbe27a47a0202051cd81e651e0) Use /orgs instead of /org to match GitHub v3 API - [`0a51e10`](https://github.com/go-gitea/gitea/commit/0a51e10dbb8288fcd13e4aa82acc9f64e7ea7d6f) Use :orgname instead of :org for doc consistency - [`8595318`](https://github.com/go-gitea/gitea/commit/85953184248800b8b293ebce31e9ed54464e01aa) Fix swagger:route - [`e7bb20b`](https://github.com/go-gitea/gitea/commit/e7bb20b1832b66f4b34025b985095700bb0972a2) Missing s in swagger:route ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/api.go` (+1 -1) 📝 `routers/api/v1/repo/repo.go` (+2 -2) </details> ### 📄 Description As per https://developer.github.com/v3/repos/#create --- <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:12:28 -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#16517