Register a client SDK
This is for future use. Currently Frontend client registration is not supported. Returning 200 for clients that expect this status code. If the Frontend API is disabled 404 is returned.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
frontendApiClientSchema
appName
Name of the application using Unleash
interval
At which interval, in milliseconds, will this client be expected to send metrics
started
When this client started. Should be reported as ISO8601 time.
strategies
List of strategies implemented by this application
instanceId
Instance id for this application (typically hostname, podId or similar)
sdkVersion
Optional field that describes the sdk version (name:version)
environmentDeprecated
deprecated
Response
This response has no body.