Skip to content

Commit

Permalink
Merge branch 'main' into issue-30191-Support-filters-arrays-multi-val…
Browse files Browse the repository at this point in the history
…ues-in-the-CA-Query
  • Loading branch information
jcastro-dotcms authored Oct 2, 2024
2 parents 3042362 + 98f280e commit 73064ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,9 @@
var xhrArgs = {
url : "/api/v1/apitoken/" + keyId + "/revoke" ,
handleAs : "json",
headers: {
'Content-Type': 'application/json',
},
load : function(data){
loadApiKeys()
},
Expand Down

0 comments on commit 73064ed

Please sign in to comment.