You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stages:
- id: PostRoomname: Creating a roomrequest:
url: "{url}/room"json:
title: my titledescription: my descriptionmethod: POSTresponse:
json:
id: !re_fullmatch "[0-9a-f]{24}" # the regex check if id is an objectIdtitle: my titledescription: my descriptionusers: []save:
json:
roomId: id # saving the id for the other function
and when i use it in another file
stages:
- type: refid: PostRoom
i need to overwrite it but i haven't find any way to do that
how can it be done ?
The text was updated successfully, but these errors were encountered:
I have a stage in a global file which i import
and when i use it in another file
i need to overwrite it but i haven't find any way to do that
how can it be done ?
The text was updated successfully, but these errors were encountered: