# Add asset type to production **POST /data/projects/{project_id}/settings/asset-types** Add an asset type linked to a production. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier ## Body parameters Content-type: application/json - **asset_type_id** (string(uuid)) Asset type unique identifier ## Responses ### 201: Asset type added to production #### Body Parameters: application/json (object) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name ### 400: Invalid parameters [Powered by Bump.sh](https://bump.sh)