# Update shadow link **PATCH /v1/shadow-links/{shadow_link.id}** Update a Redpanda shadow link configuration. ## Servers - Control Plane API: https://api.redpanda.com (Control Plane API) ## Authentication methods - Auth0 ## Parameters ### Path parameters - **shadow_link.id** (string) Shadow link ID. ### Body: application/json (object) Shadow link fields to update. - **client_options** (object) ShadowLinkClientOptions configures the Kafka client connection settings. - **consumer_offset_sync_options** (object) - **schema_registry_sync_options** (object) Options for how the Schema Registry is synced. - **security_sync_options** (object) - **topic_metadata_sync_options** (object) ## Responses ### 202 Accepted #### Body: application/json (object) - **operation** (object) Operation describes a long running operation ### 404 Not Found - Shadow link with given ID does not exist #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. ### 500 Internal Server Error. Please reach out to support. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. ### default An unexpected error response. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. [Powered by Bump.sh](https://bump.sh)