---
title: "Changes to POST /v1beta/{tenantId}/profiles"
method: POST
path: "/v1beta/{tenantId}/profiles"
---

# Changes to POST /v1beta/{tenantId}/profiles

`POST /v1beta/{tenantId}/profiles`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 50 revisions.

- **2020-02-07** `fe6600fe7546` — 1 info
- **2020-02-07** `3ee778b81b92` — 1 info
- **2019-12-05** `0d720ad6985a` — 4 breaking, 1 warning, 8 info
- **2019-11-22** `a41e1157d0e7` — 8 breaking, 1 warning, 5 info
- **2019-11-20** `64d46542013a` — 2 warning, 10 info
- **2019-11-06** `fd0669e1e56f` — 1 breaking, 5 info
- **2018-05-04** `3a7682f5369d` — 5 breaking, 1 info

## Changes

- **2020-02-07** `fe6600fe7546` — 1 info
  - the `allOf[subschema #2]/name` response's property pattern was changed from `^(([a-zA-Z0-9_-]|[a-zA-Z0-9_-][a-zA-Z0-9_-]*[a-zA-Z0-9_-]))*([A-Za-z0-9_-]|[A-Za-z0-9_-][A-Za-z0-9_-]*[A-Za-z0-9_-])$` to `^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-\_]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-\_]*[A-Za-z0-9])$` for the status `200`
- **2020-02-07** `3ee778b81b92` — 1 info
  - the `allOf[subschema #2]/name` response's property pattern was changed from `[A-Za-z0-9_-]` to `^(([a-zA-Z0-9_-]|[a-zA-Z0-9_-][a-zA-Z0-9_-]*[a-zA-Z0-9_-]))*([A-Za-z0-9_-]|[A-Za-z0-9_-][A-Za-z0-9_-]*[A-Za-z0-9_-])$` for the status `200`
- **2019-12-05** `0d720ad6985a` — 4 breaking, 1 warning, 8 info
  - added the new required request property `name`
  - added the new required request property `storageType`
  - the request's body type changed from no type to `object`
  - removed the success response with the status `201`
  - removed `#/components/schemas/BaseModel, subschema #2` from the request body `allOf` list
  - added the new optional request property `customProperties`
  - added the new optional request property `dataProtectionProperties`
  - added the new optional request property `description`
  - added the new optional request property `provisioningProperties`
  - added the new optional request property `replicationProperties`
  - added the new optional request property `snapshotProperties`
  - request body became optional
  - added the success response with the status `200`
- **2019-11-22** `a41e1157d0e7` — 8 breaking, 1 warning, 5 info
  - removed the enum value `Execute` of the request property `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability`
  - removed the enum value `Read` of the request property `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability`
  - removed the enum value `Write` of the request property `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability`
  - the `allOf[subschema #2]/customProperties/additionalProperties/` request property type changed from `object` to no type
  - the `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability` request property type changed from `string` to `array`
  - the response property `allOf[subschema #2]/provisioningProperties/ioConnectivity/accessProtocol` became optional for the status `201`
  - the `allOf[subschema #2]/customProperties/additionalProperties/` response's property type changed from `object` to no type for status `201`
  - the `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability` response's property type changed from `string` to `array` for status `201`
  - added the new `NFS` enum value to the `allOf[subschema #2]/provisioningProperties/ioConnectivity/accessProtocol` response property for the response status `201`
  - the request property `allOf[subschema #2]/provisioningProperties/ioConnectivity/accessProtocol` became optional
  - added the new `NFS` enum value to the request property `allOf[subschema #2]/provisioningProperties/ioConnectivity/accessProtocol`
  - removed the `Execute` enum value from the `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability` response property for the response status `201`
  - removed the `Read` enum value from the `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability` response property for the response status `201`
  - removed the `Write` enum value from the `allOf[subschema #2]/provisioningProperties/dataStorage/storageAccessCapability` response property for the response status `201`
- **2019-11-20** `64d46542013a` — 2 warning, 10 info
  - removed the request property `allOf[subschema #2]/provisioningProperties/dataStorage/isSpaceEfficient`
  - removed the optional property `allOf[subschema #2]/provisioningProperties/dataStorage/isSpaceEfficient` from the response with the `201` status
  - added the new optional request property `allOf[subschema #2]/provisioningProperties/dataStorage/compression`
  - added the new optional request property `allOf[subschema #2]/provisioningProperties/dataStorage/deduplication`
  - added the new optional request property `allOf[subschema #2]/provisioningProperties/ioConnectivity/latency`
  - added the new optional request property `allOf[subschema #2]/provisioningProperties/ioConnectivity/minBWS`
  - added the new optional request property `allOf[subschema #2]/provisioningProperties/ioConnectivity/minIOPS`
  - added the optional property `allOf[subschema #2]/provisioningProperties/dataStorage/compression` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/provisioningProperties/dataStorage/deduplication` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/provisioningProperties/ioConnectivity/latency` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/provisioningProperties/ioConnectivity/minBWS` to the response with the `201` status
  - added the optional property `allOf[subschema #2]/provisioningProperties/ioConnectivity/minIOPS` to the response with the `201` status
- **2019-11-06** `fd0669e1e56f` — 1 breaking, 5 info
  - added required request body
  - added the media type `application/json` for the response with the status `201`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `500`
- **2018-05-04** `3a7682f5369d` — 5 breaking, 1 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `403`
  - removed the media type `application/json` for the response with the status `500`
  - removed the non-success response with the status `400`

---

[Operation](https://skmtc.dev/sodafoundation/apis/soda-api/docs/v1beta/:tenantId/profiles/post.md) · [API](https://skmtc.dev/sodafoundation/apis/soda-api.md) · [Page](https://skmtc.dev/sodafoundation/apis/soda-api/changes/v1beta/:tenantId/profiles/post)
