Change a drop's settings
dropyour_update_settingsChange a drop's visibility (private = link-only + noindex, public = indexable), its expiration, or remove the "Hosted on Dropyour" badge (badgeHidden — Pro account token required), or its private name (name — empty string clears it). Switching to public triggers a stricter content re-scan and may be rejected. With an account token, owned drops need no managementToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A private name for this drop (only you see it). Empty string clears it. | |
| tags | No | Private tags — replaces all tags. Empty array clears them. | |
| dropId | Yes | ||
| publishAt | No | Scheduled go-live (ISO datetime) — the drop returns 404 until then (future, before expiration). Empty string = publish now. | |
| visibility | No | ||
| badgeHidden | No | Remove the Dropyour badge — requires a Pro account token | |
| managementToken | No | ||
| expiresInSeconds | No | Expiration in seconds (1h..2592000) or "default" (your tier's default) |