Admin::DomainAllow
Represents a domain allowed to federate.
Example
{
"id": "1",
"domain": "mastodon.social",
"created_at": "2022-09-14T21:23:02.755Z"
}
Attributes
id
Description: The ID of the DomainAllow in the database.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
4.0.0 - added
domain
Description: The domain that is allowed to federate.
Type: String
Version history:
4.0.0 - added
created_at
Description: When the domain was allowed to federate.
Type: String (ISO 8601 Datetime)
Version history:
4.0.0 - added
See also
admin/domain_allows API methods app/serializers/rest/admin/domain_allow_serializer.rbLast updated December 5, 2023 · Improve this page