File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import { axios } from "@pipedream/platform" ;
2- import contants from "./common/contants .mjs" ;
2+ import constants from "./common/constants .mjs" ;
33
44export default {
55 type : "app" ,
@@ -22,9 +22,9 @@ export default {
2222 } ,
2323 type : {
2424 type : "string" ,
25- label : "Type of the API" ,
26- description : "Name of the organization " ,
27- options : contants . API_TYPES ,
25+ label : "API Type " ,
26+ description : "Type of the API " ,
27+ options : constants . API_TYPES ,
2828 } ,
2929 public : {
3030 type : "boolean" ,
@@ -81,7 +81,7 @@ export default {
8181 apiSubdomain, ...args
8282 } ) {
8383 return this . _makeRequest ( {
84- path : `/blueprint/get /${ apiSubdomain } ` ,
84+ path : `/blueprint/publish /${ apiSubdomain } ` ,
8585 ...args ,
8686 } ) ;
8787 } ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments