Administration API Changelog
Every change to the Administration API Suite, newest first. Filter by API for a focused view. Change types follow the API Change Policy.
Targeted ring group membership updates
The Ring Group Management API adds a new endpoint for targeted membership changes:
POST /ring-groups/{ringGroupId}/update-members. It applies an atomic add/update/remove
delta to a ring group's members in a single request, so you no longer need to read the full
ring group and resend the entire member list to add, reorder, or remove members. The request
uses the media type application/vnd.ringgroups.update-members.v1+json and returns an
operation to poll to completion.
This is a non-breaking addition — existing endpoints are unchanged. See
Manage Ring Group Members
in the guide for usage, including how sequenceNumber is resolved.
Clarified API versioning header guidance
Clarified the API Versioning guidance for the
Administration API Suite. The version is carried in the Content-Type header on requests with a
payload (POST, PUT) and in the Accept header on requests that return a payload (GET, and
asynchronous DELETE operations that return an operation). The synchronous Address DELETE
returns no content and is not versioned.
The media type application/vnd.{resource}.v{major}+json is unchanged.