sync hub items with community (#439)

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-08-16 23:20:34 +02:00
committed by GitHub
co-authored by rubenfiszel
parent d31804802e
commit ac8eebfed5
+18
View File
@@ -0,0 +1,18 @@
{
"workspace_id": "starter",
"name": "zendesk",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"token": {
"type": "string",
"description": ""
}
},
"required": [
"token"
],
"type": "object"
},
"description": "Zendesk OAuth2 credentials"
}