Skip to content

Commit

Permalink
Fix code example in breaking change for new response format (#2270)
Browse files Browse the repository at this point in the history
* Update new-response-format.md

v4 id's are numbers

* Update docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/new-response-format.md

Co-authored-by: Pierre Wizla <[email protected]>

---------

Co-authored-by: Pierre Wizla <[email protected]>
  • Loading branch information
laurenskling and pwizla authored Oct 22, 2024
1 parent 2452e9c commit a1f4015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The Content API returns all the attributes of requested content wrapped inside a
"title": "Article A"
"relation": {
"data": {
"id": "clkgylw7d000108lc4rw1bb6s"
"id": "2"
"name": "Category A"
}
}
Expand Down

0 comments on commit a1f4015

Please sign in to comment.