ParameterLocation Enum

Definition

The location of the parameter.

public enum ParameterLocation
type ParameterLocation = 
Public Enum ParameterLocation
Inheritance
ParameterLocation

Fields

3

Used to pass a specific cookie value to the API.

Header 1

Custom headers that are expected as part of the request.

Path 2

Used together with Path Templating, where the parameter value is actually part of the operation's URL

Query 0

Parameters that are appended to the URL.

Applies to