Skip to main content

tools.ozone.set.addValues

POST 

/xrpc/tools.ozone.set.addValues

This endpoint is part of the Ozone moderation service APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Add values to a specific set. Attempting to add values to a set that does not exist will result in an error.

Request

Body

required

    name stringrequired

    Name of the set to add values to

    values string[]required

    Possible values: <= 1000

Responses

OK

Loading...