I have a specification of some REST API, and I am also developing some implementation of the corresponding API.
The question arises, what HTTP status code should my implementation return for operations from the specification that are not implemented yet (I can't decide between 405 and 501)? And should I display the corresponding responses in the OpenAPI specification?