Skip to content

Commit

Permalink
feat: add resource type for autocomplete
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <whdalsrnt@megazone.com>
  • Loading branch information
whdalsrnt authored and whdalsrnt committed Aug 26, 2024
1 parent dece795 commit 40156b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/controllers/add-ons/autocomplete/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"name": "<%- name %>"
}
},
"identity.WorkspaceGroup": {
"request": {
"search": ["workspace_group_id", "name"],
"only": ["workspace_group_id", "name"]
},
"response": {
"key": "workspace_group_id",
"name": "<%- name %>"
}
},
"identity.Project": {
"request": {
"search": ["project_id", "name"],
Expand Down

0 comments on commit 40156b4

Please sign in to comment.