PathsDsl
interface PathsDsl
DSL for the paths object.
Functions
Link copied to clipboard
Adds a path with the given string and creates a "DELETE" operation on it.
Link copied to clipboard
Adds a path with the given string and creates a "GET" operation on it.
Link copied to clipboard
Adds a path with the given string and creates a "HEAD" operation on it.
Link copied to clipboard
Adds a path with the given string and creates a "OPTIONS" operation on it.
Link copied to clipboard
Adds a path with the given string and creates a "PATCH" operation on it.
Link copied to clipboard
Adds a path with the given string and creates a "POST" operation on it.
Link copied to clipboard
Adds a path with the given string and creates a "PUT" operation on it.