Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
116e792d
Commit
116e792d
authored
Aug 16, 2021
by
Luc Yriarte
Browse files
Save session ID after creation
parent
bec78bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/DEMO WDMS.postman_collection.json
View file @
116e792d
...
...
@@ -481,6 +481,18 @@
},
{
"name"
:
"Create WellLog session"
,
"event"
:
[
{
"listen"
:
"test"
,
"script"
:
{
"exec"
:
[
"const resobj = pm.response.json();"
,
"pm.collectionVariables.set(
\"
welllogSessionId
\"
, resobj.id);"
],
"type"
:
"text/javascript"
}
}
],
"request"
:
{
"method"
:
"POST"
,
"header"
:
[
...
...
@@ -603,6 +615,10 @@
{
"key"
:
"welllogId"
,
"value"
:
"dummy1234"
},
{
"key"
:
"welllogSessionId"
,
"value"
:
"xxxx1234"
}
]
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment