Hi,
I've using XData to develop a simple API, I was using ChatGPT which suggested I use the following custom attributes:
[HttpPost]
[Route('register-birth')]
[Produces('application/json')]
[ProducesResponseType(202)]
[ProducesResponseType(403)]
function RegisterBirth(const ADto: TAnimalDTO): TAnimalBirthResponseDTO;,
however I get a W1074 Unknown custom attribute error. Is there any reference material which details all the custom attributes with descriptions for both XData and Aurelius?
Any help will be much appreciated.
Many thanks
Andy