[DEPRECATED NOTICE: This operation will soon be removed] Creates a new pattern feature in a version of the application.

post/apps/{appId}/versions/{versionId}/patterns

Path parameters

appIdstring uuid required

The application ID.

versionIdstring required

The version ID.

Request body

patternstring

The Regular Expression to match.

namestring

Name of the feature.

Response

The ID of the created feature.

integer required

The ID of the created feature.

Changes