PUT /platform/v1/ens-callbacks

Updates a registered callback. It can take up to two minutes for callback changes to become active.

NameTypeDescription
callbackNamestringRequiredName of the callback.
callbackIdstringRequiredUnique identifier of the callback.
maxBatchSizeintegerMust be at least 100 and no more than 1,000. Default is 1,000.
ResponseReason
200 OKCallback is updated. Review example response.
201 CreatedCallback is new. Response includes callbackId, callbackName, url, and maxBatchSize.
304 No ChangeCallback already exists on the server.
400 Bad RequestUnable to process the request.
403 ForbiddenFailed to pass authorization.
404 Not FoundCallback ID doesn’t exist for this MID.
500 Server ErrorInternal error