refactor: restructure Bruno API collection for consistency
Standardize all Bruno API request files with consistent formatting and structure to improve maintainability and readability. Changes include: - Consolidate URL parameters into main URL instead of separate definitions - Standardize quote style (double quotes throughout) - Add proper settings section with defaults (timeout, redirects, etc.) - Improve YAML formatting with literal style for multi-line content - Remove redundant fields (disabled: false) - Clean up header and body structure - Update sequence numbers for better organization - Add scenarios folder structure for organized test groupings Removes obsolete Search Invalid Library ID test case. Environment configuration updated with new library_id for testing. These changes improve the Bruno collection's maintainability and make it easier to create new API requests following established patterns.
This commit is contained in:
@@ -13,7 +13,7 @@ variables:
|
||||
- name: note_id
|
||||
value: 7710a602-g29b-61d4-c716-446655440002
|
||||
- name: library_id
|
||||
value: 849151fb-564e-4b24-89e3-d11360789576
|
||||
value: 87a6114a-186e-4cf6-bb56-aeb16f5f62a8
|
||||
- name: job_id
|
||||
value: 295654b3-eb4b-4e85-ac6c-9361c5821195
|
||||
- name: rating
|
||||
|
||||
Reference in New Issue
Block a user