REST-API-Multiple-Request-Chaining icon indicating copy to clipboard operation
REST-API-Multiple-Request-Chaining copied to clipboard

Update "Alternative" Nesting Syntax

Open mikestowe opened this issue 7 years ago • 0 comments

{
  PREVIOUS CALL,
  [
    [ OPTION 1],
    [ OPTION 2],
  ],
  ADDITIONAL CALLS
}

mikestowe avatar Aug 13 '17 19:08 mikestowe