Show container api docs for a version.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
version*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://cde.staging.productsup.com/container-api/versions/string/docs"{
"openapi": "3.0.0"
}{
"message": "Bad request.",
"errors": {
"version": "Value does not represent a valid semver."
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "There are no docs for this version."
}How is this guide?