File tree Expand file tree Collapse file tree
services/telemetry-link/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 "schemas" : {
8787 "create-or-update-folder-telemetry-linkPayload" : {
8888 "allOf" : [
89+ {
90+ "required" : [
91+ " displayName" ,
92+ " telemetryRouterId" ,
93+ " enabled" ,
94+ " accessToken"
95+ ],
96+ "type" : " object"
97+ },
8998 {
9099 "$ref" : " #/components/schemas/telemetryLinkRequest"
91100 }
92101 ]
93102 },
94103 "create-or-update-organization-telemetry-linkPayload" : {
95104 "allOf" : [
105+ {
106+ "required" : [
107+ " displayName" ,
108+ " telemetryRouterId" ,
109+ " enabled" ,
110+ " accessToken"
111+ ],
112+ "type" : " object"
113+ },
96114 {
97115 "$ref" : " #/components/schemas/telemetryLinkRequest"
98116 }
99117 ]
100118 },
101119 "create-or-update-project-telemetry-linkPayload" : {
102120 "allOf" : [
121+ {
122+ "required" : [
123+ " displayName" ,
124+ " telemetryRouterId" ,
125+ " enabled" ,
126+ " accessToken"
127+ ],
128+ "type" : " object"
129+ },
103130 {
104131 "$ref" : " #/components/schemas/telemetryLinkRequest"
105132 }
140167 },
141168 "telemetryLinkRequest" : {
142169 "properties" : {
143- "accessId " : {
170+ "accessToken " : {
144171 "description" : " The access token." ,
145172 "pattern" : " ^[A-Za-z0-9-_=]+\\ .[A-Za-z0-9-_=]+\\ .?[A-Za-z0-9-_.+/=]*$" ,
146173 "type" : " string"
172199 },
173200 "telemetryLinkResponse" : {
174201 "properties" : {
175- "accessId " : {
202+ "accessToken " : {
176203 "description" : " The access token." ,
177204 "type" : " string"
178205 },
You can’t perform that action at this time.
0 commit comments