FeatureService

updates all named features in this application, returns all features.

put/mr-api/application/{id}/features/{key}

Request body

idstring uuid
keystring

Unique within this application

aliasstring

use this in code, as then people cannot guess your new features from their names

linkstring
namestring required

description if any

valueType'BOOLEAN' | 'STRING' | 'NUMBER' | 'JSON'
versioninteger

used for optimistic locking when renaming a feature

whenArchivedstring date-time
secretboolean

should the config remain invisible to users without secret permission

Response

All features, alphabetically sorted

idstring uuid
keystring

Unique within this application

aliasstring

use this in code, as then people cannot guess your new features from their names

linkstring
namestring required

description if any

valueType'BOOLEAN' | 'STRING' | 'NUMBER' | 'JSON'
versioninteger

used for optimistic locking when renaming a feature

whenArchivedstring date-time
secretboolean

should the config remain invisible to users without secret permission

Changes