Gitea: API endpoint for updating repository description

Created on 4 Feb 2019  路  7Comments  路  Source: go-gitea/gitea

  • Gitea version (or commit ref):
  • Git version:
  • Operating system:
  • Database (use [x]):

    • [ ] PostgreSQL

    • [ ] MySQL

    • [ ] MSSQL

    • [ ] SQLite

  • Can you reproduce the bug at https://try.gitea.io:

    • [ ] Yes (provide example URL)

    • [ ] No

    • [x] Not relevant

  • Log gist:

Description

I don't see that there is a way to edit the repository description using the Gitea API, is this a feature that will be added? I see that you can edit the organization description, so why not the repository description

Screenshots

kinapi kinenhancement revieweconfirmed

Most helpful comment

My org wants me to take this on, so will be adding this API endpoint like Github's.

All 7 comments

being able to edit a repo via API would be good. My specific needs would be to set the private boolean via API. I figure that's similar enough that I could piggyback onto this issue as well :)

  • [ ] Edit Repo description.
  • [ ] Toggle visibility status.
  • [ ] Toggle archival status of a repo

My org wants me to take this on, so will be adding this API endpoint like Github's.

To add to the list:

  • [x] Change repo name

Is there any improvements on this issue (Any pull request)? It would be great if it will be available in the next Gitea version:)

@tomtom125 Just got it done!

Thanks! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

internalfx picture internalfx  路  3Comments

thehowl picture thehowl  路  3Comments

jorise7 picture jorise7  路  3Comments

mirhec picture mirhec  路  3Comments

kolargol picture kolargol  路  3Comments