Merge pull request #5690 from james-ha-bruno/feat/add-get-tags-for-requests

adding req getTags methods
This commit is contained in:
Anoop M D
2025-10-04 02:04:11 +05:30
committed by GitHub
6 changed files with 54 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ const prepareRequest = async (item = {}, collection = {}) => {
url: request.url,
headers: headers,
name: item.name,
tags: item.tags || [],
pathParams: request.params?.filter((param) => param.type === 'path'),
settings: item.settings,
responseType: 'arraybuffer'