fix: 🐛 Add missing created_at to InstanceMetadata

This commit is contained in:
Jesse Wierzbinski 2024-08-27 02:35:51 +02:00
parent d05fadf39e
commit 471cc14d9a
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -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
}

View file

@ -81,5 +81,6 @@ Accept: application/json
]
},
"host": "versia.social",
"created_at": "2021-07-01T00:00:00Z"
}
```