# Updates a Bundle in an account **POST /v2/RegulatoryCompliance/Bundles/{Sid}** Updates a Bundle in an account. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **Sid** (string) The unique string that we created to identify the Bundle resource. ### Body: (object) - **Email** (string) The email address that will receive updates when the Bundle resource changes status. - **FriendlyName** (string) The string that you assigned to describe the resource. - **Status** (string) The verification status of the Bundle resource. - **StatusCallback** (string(uri)) The URL we call to inform your application of status changes. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **email** (string | null) The email address - **friendly_name** (string | null) The string that you assigned to describe the resource - **links** (object(uri-map) | null) The URLs of the Assigned Items of the Bundle resource - **regulation_sid** (string | null) The unique string of a regulation. - **sid** (string | null) The unique string that identifies the resource. - **status** (string | null) The verification status of the Bundle resource - **status_callback** (string(uri) | null) The URL we call to inform your application of status changes. - **url** (string(uri) | null) The absolute URL of the Bundle resource - **valid_until** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource will be valid until. [Powered by Bump.sh](https://bump.sh)