Skip to content

Commit

Permalink
add modelApiKeyDelete to allow llist
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Oct 14, 2024
1 parent 0078720 commit 9e545e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ansible_ai_connect/ai/api/utils/seated_users_allow_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,18 @@
"timestamp": None,
"plans": None,
},
"modelApiKeyDelete": {
"duration": None,
"exception": None,
"problem": None,
"imageTags": None,
"hostname": None,
"groups": None,
"rh_user_has_seat": None,
"rh_user_org_id": None,
"timestamp": None,
"plans": None,
},
"modelApiKeyValidate": {
"duration": None,
"exception": None,
Expand Down

0 comments on commit 9e545e2

Please sign in to comment.