> ## Documentation Index
> Fetch the complete documentation index at: https://guides.tryaqueduct.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update subscription

<RequestExample>
  ```bash Response
  curl --request POST \
       --url https://api.tryaqueduct.com/v1/subscriptions/subscriptionId \
       --header 'Accept: application/json' \
       --header 'Authorization: null' \
       --header 'Content-Type: application/json'
  ```
</RequestExample>
