# Update Metadata **PUT /content/metadata** Update the metadata of content without creating a new version of the content ## Servers - Lasso Moderation API V1: https://api.lassomoderation.com/api/v1 (Lasso Moderation API V1) ## Parameters ### Headers - **Authorization** (string) Bearer token, to generate see https://app.lassomoderation.com/settings ### Body: application/json (object) Update the metadata of content without creating a new version of the content - **content_id** (string) - **metadata** (object) ## Responses ### 200 OK #### Body: application/json (object) - **success** (boolean) - **metadata** (object) ### 4XX Will return a 400 when the content is already published #### Body: application/json (object) - **success** (boolean) - **error** (string) [Powered by Bump.sh](https://bump.sh)