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

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