File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 82
82
"content" : {
83
83
"application/json" : {
84
84
"schema" : {
85
- "$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/ScheduleLock_1_000.json#/definitions/ScheduleLockInfo "
85
+ "$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/ScheduleLock_1_000.json#/definitions/PagedScheduleLock "
86
86
}
87
87
}
88
88
}
126
126
"content" : {
127
127
"application/json" : {
128
128
"schema" : {
129
- "$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/ScheduleLock_1_000.json#/definitions/ScheduleLock "
129
+ "$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/ScheduleLock_1_000.json#/definitions/ScheduleLockInfo "
130
130
}
131
131
}
132
132
}
133
133
},
134
134
"responses" : {
135
- "200 " : {
135
+ "201 " : {
136
136
"description" : " Registro inserido com sucesso" ,
137
137
"content" : {
138
138
"application/json" : {
139
139
"schema" : {
140
- "$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/ScheduleLock_1_000.json#/definitions/ScheduleLock "
140
+ "$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/ScheduleLock_1_000.json#/definitions/ScheduleLockInfo "
141
141
}
142
142
}
143
143
}
155
155
}
156
156
}
157
157
},
158
- "/scheduleLocks/{id }" : {
158
+ "/scheduleLocks/{code }" : {
159
159
"get" : {
160
160
"tags" : [
161
161
" ScheduleLock"
175
175
},
176
176
"parameters" : [
177
177
{
178
- "$ref" : " #/components/parameters/id "
178
+ "$ref" : " #/components/parameters/code "
179
179
}
180
180
],
181
181
"responses" : {
223
223
"$ref" : " https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/apis/types/totvsApiTypesBase.json#/parameters/Authorization"
224
224
},
225
225
226
- "$ref" : " #/components/parameters/id "
226
+ "$ref" : " #/components/parameters/code "
227
227
}
228
228
],
229
229
"responses" : {
You can’t perform that action at this time.
0 commit comments