Closed Omzig closed 1 month ago
MY BAD, i was unaware that all the classes needed to be decorated:
[Documentation()]
class Organization {
[string]$id
[string]$name
}
[Documentation()]
class ddWebhookBodyType {
[bool]$notify
[string]$id
[string]$last_updated
[string]$event_type
[string]$title
[string]$date
[Organization]$org
[string]$body
[string]$appCode
[string]$caseProblemCode
[string]$transferNote
[string]$notifyProviderGroupOnWarning
}
Version
4.4.0
Severity
Low
Environment
Nested IIS
Steps to Reproduce
add this to a api documentation configuration
Expected behavior
Actual behavior
Additional Environment data
No response
Screenshots/Animations
No response