Skip to content
Snippets Groups Projects
Commit 7d8a70f9 authored by syuilo's avatar syuilo
Browse files

fix(api): fix instance schema

parent 0f550d56
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,10 @@ export const packedFederationInstanceSchema = {
optional: false, nullable: true,
format: 'url',
},
themeColor: {
type: 'string',
optional: false, nullable: true,
},
infoUpdatedAt: {
type: 'string',
optional: false, nullable: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment