mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-02 01:17:58 +02:00
feat: allow nullable client ip for frontend apps (#9867)
This commit is contained in:
parent
6c5fa4c8a7
commit
9e4c3a388f
@ -34,6 +34,7 @@ export const applicationEnvironmentInstancesSchema = {
|
|||||||
description:
|
description:
|
||||||
'An IP address identifying the instance of the application running the SDK',
|
'An IP address identifying the instance of the application running the SDK',
|
||||||
example: '192.168.0.1',
|
example: '192.168.0.1',
|
||||||
|
nullable: true,
|
||||||
},
|
},
|
||||||
lastSeen: {
|
lastSeen: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user