Click or drag to resize

SwaggerParameterLocation Enumeration

Represents the swagger parameter location

Namespace: SanteDB.Messaging.Metadata.Model.Swagger
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
public enum SwaggerParameterLocation
Members
Member nameValueDescription
body0 Location is in the body
path1 Location is in the path
query2 Location is in the query
See Also