Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rw ui textbox macro
typetip

Example

Code Block
languagebash
$ curl -u \
user:passw http://localhost:9000/api/v1/session

...

Rw ui textbox macro
typetip

Example - Closing a session

Code Block
languagebash
$ curl -u user:passw \
http://localhost:9000/api/v1/session/close?sessionid=vusncl88sjghv7h8nkb0ohja6t

...