Denylist
List of denylist entries
A single entry in the denylist, representing a blocked entity
Lowercase entity ID (Catalyst CID) that is blocked
Optional human-readable reason why this entity was denylisted
Lowercase Ethereum address of the moderator who first added the entry
Unix timestamp in milliseconds when the entry was created
Unix timestamp in milliseconds when the entry was last updated
List of denylist entries
Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44 for details.
Entity ID (e.g. a Catalyst CID) to add to the denylist
Optional human-readable reason for denylisting this entity
Entry created or updated
A single entry in the denylist, representing a blocked entity
Lowercase entity ID (Catalyst CID) that is blocked
Optional human-readable reason why this entity was denylisted
Lowercase Ethereum address of the moderator who first added the entry
Unix timestamp in milliseconds when the entry was created
Unix timestamp in milliseconds when the entry was last updated
Bad request — entity ID is missing
Unauthorized — invalid or missing signed fetch
Forbidden — signer is not an authorized moderator
Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44 for details.
Entity ID to remove from the denylist
Entry successfully removed
Generic result for mutating operations
Whether the operation succeeded
Optional human-readable message
Bad request — entity ID is missing
Unauthorized — invalid or missing signed fetch
Forbidden — signer is not an authorized moderator
Entity ID not found in the denylist
Last updated