Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 467 Bytes

parameters-in-post.md

File metadata and controls

25 lines (13 loc) · 467 Bytes

ParametersInPost

Category

ARM Error

Applies to

ARM OpenAPI(swagger) specs

Related ARM Guideline Code

  • RPC-Post-V1-05

Output Message

{param.name} is a query parameter. Post operation must not contain any query parameter other than api-version.

Description

For a POST action parameters MUST be in the payload and not in the URI.

How to fix the violation

Ensure that, for a POST no other query parameters except api-version are present.