# **Menu API** * URL: All requests go to the same URL: URL/v1/restaurants/<id>/menu As you can see, restaurant <id> has to be provided. * GraphQL? * Method is post * Authorization: The header of the request must contain basic authorization, as well as content type. Basic authorization is of course dependent on the restaurant. * Rate-limit: There is a rate-limit at the venue level and in the form of x calls a day/hour. * IDs: * For the menu being published, menu id (optional) * When updating category, category id * Items don’t have ID interestingly * Nothing about retailer ID * Parameters are explained in the schema.