We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4487de6 commit 0c71821Copy full SHA for 0c71821
1 file changed
docs/openapi.yaml
@@ -423,8 +423,9 @@ paths:
423
type: object
424
properties:
425
reason:
426
- type: string
427
- nullable: true
+ type:
+ - string
428
+ - 'null'
429
description: Optional human-readable reason for denylisting this entity
430
responses:
431
'201':
@@ -945,8 +946,9 @@ components:
945
946
type: string
947
description: Lowercase entity ID (Catalyst CID) that is blocked
948
949
950
951
952
description: Optional human-readable reason why this entity was denylisted
953
created_by:
954
0 commit comments