mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Default PATCH return value to be the extended_json like POST
This commit is contained in:
@@ -186,7 +186,7 @@ class ModuleBuildAPI(AbstractQueryableBuildAPI):
|
||||
db.session.add(module)
|
||||
db.session.commit()
|
||||
|
||||
return jsonify(module.json()), 200
|
||||
return jsonify(module.extended_json()), 200
|
||||
|
||||
|
||||
class AboutAPI(MethodView):
|
||||
|
||||
Reference in New Issue
Block a user