sailpoint-oss / developer.sailpoint.com

The codebase that makes up developer.sailpoint.com, including developer documentation. This codebase is open source and welcomes contributions.
https://developer.sailpoint.com
MIT License
25 stars 68 forks source link

[Bug] ReadOnly properties in the spec do not show up on the developer site. #411

Closed tyler-mairose-sp closed 6 months ago

tyler-mairose-sp commented 8 months ago

Describe the bug

When the api specifications have read only attributes, they do not show on the docusarus site.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://developer.sailpoint.com/idn/api/beta/list-workgroups and see that memberCount and connectionCount are missing.
  2. Go to https://github.com/sailpoint-oss/api-specs/blob/main/idn/beta/schemas/workgroups/WorkgroupDto.yaml and see the properties are defined as readonly.

Expected behavior A clear and concise description of what you expected to happen.

I would expect to see these attributes show up as part of the response schema even if they are read only.

philip-ellis-sp commented 6 months ago

closing as these are now visible