UNPKG
@unleash/proxy
Version:
beta (0.17.0-beta.3)
latest (1.4.17)
1.4.17
1.4.14
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.18.2
0.18.0
0.17.0
0.17.0-beta.3
0.17.0-beta.2
0.17.0-beta.1
0.17.0-beta.0
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.0-beta.1
0.14.0-beta.0
0.13.1
0.13.0
0.12.0
0.11.7
0.11.6
0.11.5
0.11.5-beta.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
The Unleash Proxy (Open-Source)
github.com/Unleash/unleash-proxy
Unleash/unleash-proxy
@unleash/proxy
/
src
/
openapi
/
spec
/
register-client-request.ts
12 lines
(10 loc)
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
type
{
OpenAPIV3
}
from
'openapi-types'
;
export
const
registerClientRequest
:
OpenAPIV3
.
RequestBodyObject
= {
content
: {
'application/json'
: {
schema
: {
$ref
:
'#/components/schemas/registerClientSchema'
, }, }, }, };