Create a strategy
Creates a custom strategy type based on the supplied data.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
createStrategySchema
name
The name of the strategy type. Must be unique.
parameters
The parameter list lets you pass arguments to your custom activation strategy. These will be made available to your custom strategy implementation.
title
The title of the strategy
description
A description of the strategy type.
editable
Whether the strategy type is editable or not. Defaults to true.
deprecated
Whether the strategy type is deprecated or not. Defaults to false.
Response headers
location
The location of the newly created resource.
Response
The resource was successfully created.
name
The name (type) of the strategy
displayName
A human friendly name for the strategy
description
A short description of the strategy
editable
Whether the strategy can be edited or not. Strategies bundled with Unleash cannot be edited.
deprecated
parameters
A list of relevant parameters for each strategy
title
An optional title for the strategy