Enum OpenApiCommon.OaPatchMimeCodes
Values that represent Patch MIME configuration options.
Namespace: Microsoft.Health.Fhir.SpecManager.Language.OpenApi
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public enum OaPatchMimeCodes : int
Fields
| Name | Description |
|---|---|
| All | Allow all valid patch MIME types. |
| FhirMime | Allow configured FHIR MIME types. |
| FromCapabilities | Select Patch MIME types based on capability statement options. |
| Json | Allow application/json. |
| Xml | Allow application/xml. |