# AddResourceMap **POST /maps/{mapid}/resources/** To create a new resource in the map ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **mapid** (integer) ### Query parameters - **mappass** (string) Pass for the map ### Body: application/json (object) - **resourcetype** (string) Type of resource - **quality** (integer) Resource quality - **x** (number) Resource Coordinate X - **y** (number) Resource Coordinate Y - **description** (string) Resource description - **harvested** (string) Resource harvested date ## Responses ### 201 Default Response #### Body: application/json (object) - **message** (string) ### 400 Bad Request #### Body: application/json (string) string ### 401 Unauthorized #### Body: application/json (string) string ### 405 Method Not Allowed #### Body: application/json (string) string ### 503 Service Unavailable #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)