# Update Model Name **POST /public/v1/projects/{projectId}/models/{modelId}/name** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ### Path parameters - **projectId** (integer(int64)) - **modelId** (integer(int64)) ### Body: application/json (object) - **name** (string) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **description** (string) - **projectId** (integer(int64)) - **modelType** (string) - **isAutoUpdate** (boolean) - **initialDataDate** (string(date-time)) - **isArchived** (boolean) - **isOriginalModel** (boolean) - **modelImportLogIds** (array[integer(int64)]) - **modelBaseRuleIds** (array[integer(int64)]) - **name** (string) - **id** (integer(int64)) [Powered by Bump.sh](https://bump.sh)