PathsBuilder
class PathsBuilder(context: OpenApiDslContext) : PathsDsl, Builder<Paths>
Content copied to clipboard
Builder for PathsDsl.
Constructors
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.