Data Plane Warning
Data Plane OpenAPI specs
The path for a put should have a final path parameter.
The put method should be used for resource create or replace, which generally requires the resource id to specified as the final path parameter.
June 18, 2022
June 18, 2022
If the put is creating a resource, then add a final path parameter. Otherwise consider changing the operation to use the post method.