# Update metadata **PUT /public/v1/project-metadata/{metadataId}** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) ### Path parameters - **metadataId** (integer(int64)) ### Body: application/json (object) - **id** (integer(int64)) - **required** (boolean) - **companyId** (string) - **displayOrder** (integer(int32)) - **defaultValue** (string) - **uniqueKey** (string) - **apiName** (string) - **name** (string) - **type** (string) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **id** (integer(int64)) - **required** (boolean) - **companyId** (string) - **displayOrder** (integer(int32)) - **defaultValue** (string) - **uniqueKey** (string) - **apiName** (string) - **name** (string) - **type** (string) [Powered by Bump.sh](https://bump.sh)