# Updates a shortcode **PUT /api** ## Servers - Production server (Secured with API Key): https://s.jqshuv.com (Production server (Secured with API Key)) - Local development server by wrangler: http://localhost:8787 (Local development server by wrangler) ## Authentication methods - Authorization with header - Authorization with query ## Parameters ### Body: application/json (object) Updates a redirect url. - **shortcode** (string) - **redirect** (string) ## Responses ### 200 OK - Resource successfully updated #### Body: application/json (object) - **status** (string) - **shortcode** (string) - **redirect** (string) ### 403 Forbidden #### Body: application/json (object) - **status** (string) Shortcode is blocked ### 404 The server cannot find the requested resource. The endpoint may be invalid or the resource may no longer exist. #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)