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

jakimfett picture jakimfett  路  3Comments

jonasfranz picture jonasfranz  路  3Comments

kifirkin picture kifirkin  路  3Comments

haytona picture haytona  路  3Comments

cookiengineer picture cookiengineer  路  3Comments