Websites - Set Portal Data Model Version

Stamp data model version for the website.

POST https://api.powerplatform.com/powerpages/environments/{environmentId}/websites/{id}/setPortalDataModelVersion?api-version=2022-03-01-preview

URI Parameters

Name In Required Type Description
environmentId
path True

string

id
path True

string

api-version
query True

string

The API version.

Request Body

Name Required Type Description
dataModelVersionValue True

boolean

value of the data model version for IsNewDataModel.

Responses

Name Type Description
200 OK

Success

400 Bad Request

ErrorMessage

Bad Request

401 Unauthorized

ErrorMessage

Unauthorized

404 Not Found

ErrorMessage

Not Found

Security

oauth2

Microsoft Entra ID OAuth2.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com

Scopes

Name Description
.default .default

Definitions

Name Description
Details
Error
ErrorMessage
PortalDataModelDto

Details

Name Type Description
code

string

Error code.

message

string

Error message.

target

string

Target parameter.

Error

Name Type Description
code

string

Error code.

details

Details[]

message

string

Error message.

target

string

Target parameter.

ErrorMessage

Name Type Description
error

Error

PortalDataModelDto

Name Type Description
dataModelVersionValue

boolean

value of the data model version for IsNewDataModel.