# Update Listing **GET /dashboard/integration/update/{partner_short_code}/v1** Update listing information for an existing campaign. For partners familiar with existing Boost customers. ## Servers - Production environment for Boost Integration V1 & V2: https://boost.homespotter.com (Production environment for Boost Integration V1 & V2) - QA/Staging environment (available upon request): https://boost.homespotter.com (QA/Staging environment (available upon request)) - GraphQL API server for agent lookups and queries: https://api.homespotter.com (GraphQL API server for agent lookups and queries) ## Authentication methods - Jwt token ## Parameters ### Path parameters - **partner_short_code** (string) ### Query parameters - **mls_id** (string) - **zip** (string) - **price** (number(double)) - **status** (string) - **token** (string) JWT token with customer_id, agent_id, and iat (V1 format) ## Responses ### 200 Listing updated successfully ### 400 Invalid parameters ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)