Open ctreminiom opened 1 month ago
The official API documentation is inaccurate or does not have information on the response schemas. For example:
Array<allOf [allOf [object, Comment], Pull Request Comment]>
But, when I try to execute the API call, it returns a different schema -.-
I'll require to execute, create and document each struct to confirm the correct response schema.
Updates
The official API documentation is inaccurate or does not have information on the response schemas. For example:
Array<allOf [allOf [object, Comment], Pull Request Comment]>
But, when I try to execute the API call, it returns a different schema -.-
I'll require to execute, create and document each struct to confirm the correct response schema.
TODOS