File tree Expand file tree Collapse file tree
app/structures/collection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,19 +32,14 @@ Collections are a way to represent paginated groups of entities. They are used e
3232
3333 ``` jsonc {{ 'title': 'Example Collection' }}
3434 {
35- " author" : " https://versia.social/users/ 018ec082-0ae1-761c-b2c5-22275a611771" ,
35+ " author" : " 018ec082-0ae1-761c-b2c5-22275a611771" ,
3636 " total" : 46 ,
3737 " items" : [
3838 {
3939 " id" : " 456df8ed-daf1-4062-abab-491071c7b8dd" ,
4040 " type" : " Note" ,
41- " uri" : " https://versia.social/notes/456df8ed-daf1-4062-abab-491071c7b8dd" ,
4241 " created_at" : " 2024-04-09T01:38:51.743Z" ,
4342 ...
44- " collections" : {
45- " replies" : " https://versia.social/notes/456df8ed-daf1-4062-abab-491071c7b8dd/replies" ,
46- " quotes" : " https://versia.social/notes/456df8ed-daf1-4062-abab-491071c7b8dd/quotes"
47- },
4843 " content" : {
4944 " text/plain" : {
5045 " content" : " Hello, world!"
You can’t perform that action at this time.
0 commit comments