Skip to main content
Version: 202506

Update URL redirect

PUT 

/openapi/2025-06/redirects/:id

Update the details of an existing url redirect using its unique identifier.

Request

Path Parameters

    id int64required

    Redirect ID

Bodyrequired

    redirect objectrequired

    The URL redirect to be updated

    from_urlstringrequired

    The original URL to be redirected

    redirect_urlstringrequired

    The target URL for the redirection

    statusstringrequired

    Status of the redirect (open or close)

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    object