spec(backend/api/federation/instances): ページネイションのアイテムの最大値を30に (MisskeyIO#456)

This commit is contained in:
まっちゃとーにゅ 2024-02-16 22:14:11 +09:00 committed by GitHub
parent 6751c38a52
commit 1a0664100d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const paramDef = {
federating: { type: 'boolean', nullable: true }, federating: { type: 'boolean', nullable: true },
subscribing: { type: 'boolean', nullable: true }, subscribing: { type: 'boolean', nullable: true },
publishing: { type: 'boolean', nullable: true }, publishing: { type: 'boolean', nullable: true },
limit: { type: 'integer', minimum: 1, maximum: 100, default: 30 }, limit: { type: 'integer', minimum: 1, maximum: 30, default: 30 },
offset: { type: 'integer', default: 0 }, offset: { type: 'integer', default: 0 },
sort: { sort: {
type: 'string', type: 'string',