[DEPRECATED NOTICE: This operation will soon be removed] Updates the pattern, the name and the state of the pattern feature in a version of the application.

put/apps/{appId}/versions/{versionId}/patterns/{patternId}

Path parameters

appIdstring uuid required

The application ID.

versionIdstring required

The version ID.

patternIdinteger required

The pattern feature ID.

Request body

patternstring

The Regular Expression to match.

namestring

Name of the feature.

isActiveboolean

Indicates if the Pattern feature is enabled.

Response

Successful operation.

code'Failed' | 'FAILED' | 'Success'

Status Code.

messagestring

Status details.

Changes