Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 457 Bytes

patch-content-type.md

File metadata and controls

29 lines (15 loc) · 457 Bytes

PatchContentType

Category

Data Plane Warning

Applies to

Data Plane OpenAPI specs

Output Message

A patch operation should consume 'application/merge-patch+json' content type.

Description

The request body content type for patch operations should be JSON merge patch.

CreatedAt

June 18, 2022

LastModifiedAt

June 18, 2022

How to fix the violation

Change the operation to consume 'application/merge-patch+json' content type.