You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both DELETE /projects/<project_name>/quota and PUT /projects/<project_name>/quota claim to return JSON data (the response has Content-type: application/json, but they are in fact returning plain text:
$ curl -k -u admin:pass https://onboarding-onboarding.apps-crc.testing/projects/test-project/quota -X DELETE
All quota from test-project successfully deleted
And:
$ curl -k -u admin:pass https://onboarding-onboarding.apps-crc.testing/projects/test-project/quota -X PUT -d '{"Quota": {"QuotaMultiplier": 1}}'
MOC Quotas Replaced
The text was updated successfully, but these errors were encountered:
Both
DELETE /projects/<project_name>/quota
andPUT /projects/<project_name>/quota
claim to return JSON data (the response hasContent-type: application/json
, but they are in fact returning plain text:And:
The text was updated successfully, but these errors were encountered: