# Restore **POST /v1/courses/{id}/restore** Restore Course ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) Course id ## Responses ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 200 successful operation #### Body: application/json (object) - **id** (string) id - **companyId** (string) Company ID - **seasonId** (string) Season ID - **name** (string) Dance - **dayOfWeek** (string) - **startTime** (string) Start time - **durationInMinutes** (integer) Duration in minutes - **price** (integer | null) Price - **image** (string | null) Image - **description** (string | null) Description - **roomId** (string | null) Room ID - **staffId** (string | null) Staff ID - **minAgeMonths** (integer) Min age in months - **maxAgeMonths** (integer) Max age in months - **capacity** (integer) Capacity - **colorId** (string) - **archivedAt** (string(date-time) | null) Archived at date - **deletedAt** (string(date-time) | null) Deleted at date [Powered by Bump.sh](https://bump.sh)