Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "openApi" property for the gov/service/javascript-app api is not returning the openapi schema but the "authnPolicies" value #6430

Closed
gaurav137 opened this issue Aug 12, 2024 · 0 comments · Fixed by #6432
Labels

Comments

@gaurav137
Copy link

gaurav137 commented Aug 12, 2024

the openApi property for the gov/service/javascript-app api is not returning the openapi schema but the authnPolicies value.

      "PUT": {
        "authnPolicies": [
          "member_cert"
        ],
        "forwardingRequired": "always",
        "jsFunction": "putContract",
        "jsModule": "/endpoints/contracts.js",
        "mode": "readwrite",
        "openApi": [
          "member_cert"
        ]
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant