Skip to content

Commit 13ef83b

Browse files
committed
fix action key
1 parent 5f51c13 commit 13ef83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sailpoint/actions/submit-access-request/submit-access-request.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import identitynow from "../../identitynow.app.mjs";
22
import { REQUEST_TYPE_OPTIONS } from "./common/constants.mjs";
33

44
export default {
5-
key: "identitynow-submit-access-request",
5+
key: "sailpoint-submit-access-request",
66
name: "Submit Access Request",
77
description: "Sends an access request to IdentityNow. [See the documentation](https://developer.sailpoint.com/docs/api/v2024/create-access-request)",
88
version: "0.0.1",

0 commit comments

Comments
 (0)