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

Missing parameter for audit log header #13

Open
danny-may opened this issue Aug 12, 2023 · 0 comments
Open

Missing parameter for audit log header #13

danny-may opened this issue Aug 12, 2023 · 0 comments

Comments

@danny-may
Copy link

danny-may commented Aug 12, 2023

A number of endpoints support the X-Audit-Log-Reason header, but this isnt included in the spec anywhere. I think that adding it to the parameters of all operations which support it would be helpful

{
    "name": "X-Audit-Log-Reason",
    "in": "header",
    "required": false,
    "schema": {
        "type": "string"
    }
}
@danny-may danny-may changed the title Missing documentation for audit log header Missing parameter for audit log header Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants