I’d like to mark some of my HTTP API methods as deprecated. From what I’ve read, this is supported by the OpenAPI Specification:
Is there a way to specify this attribute so that it’s included in the API definition returned by the remoting SDK service (e.g., when a user accesses /api/ or the base endpoint)?
If not, are there any plans to support this in the future?