Self-Service Actions
Self-Service Action Descriptor
Triggers
"triggers": [
{
"type":"manual",
"inputSchema":{
"type":"object",
"title":"Repository Details",
"required":[
"repositoryName",
"visibility"
],
"properties":{
"repositoryName":{
"type":"string",
"title":"Repository Name",
"description": "The name of the Repository in Gitlab"
},
"visibility":{
"type":"string",
"title":"Visibility",
"description": "The visibility of the Repository ('hidden', 'internal', 'public')",
"enum": ["private", "internal", "public"],
"default":"hidden"
}
}
}
}
]Actions
Data Manipulation
Example 1 (Creating a Gitlab Repository)
Learn More
Self Service Actions
Self Service Actions
Self Service Actions
Last updated