Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 437 Bytes

request-body-not-allowed.md

File metadata and controls

29 lines (15 loc) · 437 Bytes

RequestBodyNotAllowed

Category

Data Plane Warning

Applies to

Data Plane OpenAPI specs

Output Message

A get or delete operation must not accept a body parameter.

Description

A get or delete operation must not accept a body parameter.

CreatedAt

June 18, 2022

LastModifiedAt

June 18, 2022

How to fix the violation

Remove the request body from the operation or change the operation to use a post method.