mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🐛 Add missing created_at to InstanceMetadata
This commit is contained in:
parent
d05fadf39e
commit
471cc14d9a
|
|
@ -136,6 +136,7 @@ On all entities that have an `author` field, the `author` can be `null` to repre
|
|||
"key": "MCowBQYDK2VwAyEA9zhEMtQZetRl4QrLcz99i7jOa6ZVjX7aLfRUsMuKByI="
|
||||
},
|
||||
"banner": null,
|
||||
"created_at": "2021-07-01T00:00:00Z",
|
||||
"extensions": {
|
||||
"example.extension:monthly_active_users": 1000
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,5 +81,6 @@ Accept: application/json
|
|||
]
|
||||
},
|
||||
"host": "versia.social",
|
||||
"created_at": "2021-07-01T00:00:00Z"
|
||||
}
|
||||
```
|
||||
Loading…
Reference in a new issue