API structure has changed
2 structure changes including:
1 Breaking change
1 Addition
1 Modification
Modified
1
Breaking
POST /v2/versions
- Path went from
/versions
to/v2/versions
(same operationId)Breaking - Body
-
application/json content type Modified
-
Content type is now required Breaking
-
daysToExpire property Modified
-
Type went from
number(integer)
tointeger
Breaking
-
Type went from
-
data property Modified
-
link1, link2, free_text1, free_text2, title1, title2, number1, number2, number3, number4, number5, number6 properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- products, gatedContent, password, logo properties Added
-
link1, link2, free_text1, free_text2, title1, title2, number1, number2, number3, number4, number5, number6 properties Removed
- storyId property Added
-
Content type is now required
- Response
-
200 response Modified
-
application/json content type Modified
- versionId property Added
-
application/json content type Modified
-
400 response Modified
- application/json content type Added
-
403 response Modified
- application/json content type Added
-
429 response Modified
- application/json content type Added
-
500 response Modified
-
application/json content type Modified
-
code, message properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- error property Added
-
code, message properties Removed
-
application/json content type Modified
Added
1
POST /v2/versions/{versionId}