Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 353 Bytes

File metadata and controls

29 lines (15 loc) · 353 Bytes

Post201Response

Category

Data Plane Warning

Applies to

Data Plane OpenAPI specs

Output Message

Using post for a create operation is discouraged.

Description

Using post for a create operation is discouraged.

CreatedAt

June 18, 2022

LastModifiedAt

June 18, 2022

How to fix the violation

Use PUT for resource creation.