Show / Hide Table of Contents

Enum OpenApiCommon.OaSearchPostParameterLocationCodes

Values that represent search post parameter location codes.

Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum OaSearchPostParameterLocationCodes : int

Fields

Name Description
Body

POST search parameters only appear in the body.

Both

POST search parameters can be in the query or body.

None

Do not enumerate POST search parameters.

Query

POST search parameters only appear in the query.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX