# Creating new Dimensions Endpoint: PUT /dimensions Version: v3.0: 3.26.2.2 Security: Auth API User Token ## Request fields (application/json-patch+json): - `id` (string) DimensionID is the unique identifier for the Dimension; formatted as GUID (example: 433ef432-f63e-4c26-a29f-39d4079d9fc9) - `type` (string, required) Determines which Dimension type is being used. This returns the names of Dimension1-10. Please refer to the MetaInfo Endpoint for what these types are viewed as in Yellow Dog. - `description` (string, required) Description of the Dimension ## Response 200 fields (application/json): - `id` (string) DimensionID is the unique identifier for the Dimension; formatted as GUID (example: 433ef432-f63e-4c26-a29f-39d4079d9fc9) - `type` (string, required) Determines which Dimension type is being used. This returns the names of Dimension1-10. Please refer to the MetaInfo Endpoint for what these types are viewed as in Yellow Dog. - `description` (string, required) Description of the Dimension ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields