Enum OpenApiCommon.OaHttpSupportCodes
Values that represent HTTP Get vs. Post options.
Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum OaHttpSupportCodes : int
Fields
| Name | Description |
|---|---|
| Both | Enable search via GET and POST. |
| Get | Only enable search via GET. |
| None | Do not allow search. |
| Post | Only enable search via POST. |