Skip to content

Commit

Permalink
fixed missing params in url in create JWT and CCG environment
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Sep 27, 2023
1 parent 42987a7 commit 2cb3ce1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/CollectionAdvanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class CollectionAdvanced extends Collection {
headers: 'Content-Type: application/json',
method: 'POST',
pathVariables: {},
url: 'https://api.getpostman.com/environments?workspace=',
url: 'https://api.getpostman.com/environments?workspace={{wokspaceid}}',
queryParams: [
{
key: 'workspace',
Expand Down Expand Up @@ -391,7 +391,7 @@ class CollectionAdvanced extends Collection {
headers: 'Content-Type: application/json',
method: 'POST',
pathVariables: {},
url: 'https://api.getpostman.com/environments?workspace=',
url: 'https://api.getpostman.com/environments?workspace={{wokspaceid}}',
queryParams: [
{
key: 'workspace',
Expand Down Expand Up @@ -426,15 +426,7 @@ class CollectionAdvanced extends Collection {
method: 'GET',
pathVariables: {},
url: 'https://{{api.box.com}}/2.0/users/me?fields=id,type,name,login',
queryParams: [
{
key: 'workspace',
value: '{{wokspaceid}}',
equals: true,
description: 'A workspace ID in which to create the environment.\n\nIf you do not include this query parameter, the system creates the environment in your "My Workspace" workspace.',
enabled: true
}
],
queryParams: [],
headerData: [],
pathVariableData: [],
dataDisabled: false
Expand Down

0 comments on commit 2cb3ce1

Please sign in to comment.