Actions
Bug #6976
closedBuild default PXE menu should be POST request instead of GET
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1127576
Description of problem:
Build default PXE menu is an action that modifies data. Therefor the API request shall be a POST request instead of GET request. This makes it also consistent with the import_puppetclases API call that needs a POST request
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Updated by Dominic Cleal over 10 years ago
- Subject changed from Build default PXE menu shall be POST request instead of GET to Build default PXE menu should be POST request instead of GET
- Category set to API
- Assignee deleted (
Bryan Kearney)
Updated by Dominic Cleal over 9 years ago
- Related to Bug #10715: GET /api/v2/config_templates/build_pxe_default returns non-JSON message added
Updated by Tomáš Strachota over 9 years ago
- Status changed from New to Assigned
- Assignee set to Tomáš Strachota
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2446 added
- Pull request deleted (
)
Updated by Tomáš Strachota over 9 years ago
- Related to Bug #10739: Remove GET variant of API route for building default PXE menu added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 35
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9250d8b4eb1173b7bfd3eed9bb69ba6a6da4eb5b.
Updated by Swapnil Abnave almost 8 years ago
- Related to Bug #18488: GET /api/v2/provisioning_templates/build_pxe_default returns error "Resource provisioning_template not found by id 'build_pxe_default' added
Actions