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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The endpoint at /api/1.x/parameters/profile/{{name}} will return a 200 OK success and empty "response" array for profiles that don't exist. The proper response to a request for a non-existent resource is a 404 NOT FOUND. Besides this, an empty response array from this endpoint normally indicates that a profile has no parameters, and so tools/admins may subsequently attempt to assign parameters to said profile, which will confusingly and inevitably fail.
The endpoint at
/api/1.x/parameters/profile/{{name}}will return a200 OKsuccess and empty"response"array for profiles that don't exist. The proper response to a request for a non-existent resource is a404 NOT FOUND. Besides this, an empty response array from this endpoint normally indicates that a profile has no parameters, and so tools/admins may subsequently attempt to assign parameters to said profile, which will confusingly and inevitably fail.