This is a follow up of #1506, we want a way to update custom metadata (and other fields in general) via the API.
Commit 7ef397a0 fixes this issue
@pingou changed the status to Closed
Closed
Is the new API on Pagure stage or production? I neither saw docs of this new API endpoint in these servers, nor was successful in testing it:
>>> s = requests.Session() >>> s.headers['Authorization'] = 'token ...' >>> r = s.post('https://stg.pagure.io/api/0/ipatool-test/issue/1/custom/rhbz', data={'value':'todo'}) >>> r.status_code 404