Actions
Bug #10739
openRemove GET variant of API route for building default PXE menu
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Description
We previously used GET method for /api/config_templates/build_pxe_default/ which did not align with REST rules as the call modifies data. Issue #6976 fixed the problem and added POST version of the API call but kept the GET method for backward compatibility.
We should remove the GET legacy in one of future releases.
Updated by Tomáš Strachota over 9 years ago
- Related to Bug #6976: Build default PXE menu should be POST request instead of GET added
Updated by Tomer Brisker almost 5 years ago
- Related to Refactor #28582: drop config_templates api endpoints and parameters added
Actions