Commit 25931a8 a.peters
committed
1 parent 502e561 commit 25931a8 Copy full SHA for 25931a8
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ exports.listPlans = {
16
16
requestType : 'GET' ,
17
17
parameters : {
18
18
type : { type : 'string' } ,
19
+ os : { type : 'string' } ,
19
20
per_page : { type : 'string' } ,
20
21
cursor : { type : 'string' }
21
22
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ exports.getStartupScript = {
32
32
* @instance
33
33
*/
34
34
exports . deleteStartupScript = {
35
- url : '/sctartup -scripts/{startup-id}' ,
35
+ url : '/startup -scripts/{startup-id}' ,
36
36
requestType : 'DELETE' ,
37
37
apiKeyRequired : true ,
38
38
parameters : {
@@ -52,7 +52,7 @@ exports.deleteStartupScript = {
52
52
* @instance
53
53
*/
54
54
exports . updateStartupScript = {
55
- url : '/sctartup -scripts/{startup-id}' ,
55
+ url : '/startup -scripts/{startup-id}' ,
56
56
requestType : 'PATCH' ,
57
57
apiKeyRequired : true ,
58
58
parameters : {
You can’t perform that action at this time.
0 commit comments