Skip to content
New issue

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

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

Already on GitHub? # to your account

Feature: expose CreatedAt and UpdatedAt from ruleset #3315

Closed
ivanmartos opened this issue Oct 8, 2024 · 0 comments · Fixed by #3316
Closed

Feature: expose CreatedAt and UpdatedAt from ruleset #3315

ivanmartos opened this issue Oct 8, 2024 · 0 comments · Fixed by #3316

Comments

@ivanmartos
Copy link
Contributor

Currently Ruleset struct is not exposing fileds CreatedAt and UpdatedAt.
These fields are returned in respose JSON for api orgs/ORG_NAME/rulesets and orgs/ORG_NAME/rulesets/ORG_ID as fields

  "created_at": "2024-09-05T16:44:33.875+02:00",
  "updated_at": "2024-09-06T08:30:00.248+02:00",

Can these fields be please exported in

type Ruleset struct {
?
Thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant