# Create Milestone **POST /api/v1.0/milestones** This endpoint creates the milestone. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters ## Body parameters Content-type: application/json - **project_id** (string) Project ID - **task_group_id** (string) Task Group ID - **name** (string) Milestone name - **description** (string) Milestone Description - **dependency** (string) Milestone dependency - **start** (string) Milestone start date - **end** (string) Milestone end date - **rule_id** (string) Milestone rule id - **hidden** (array[string]) Hidden - **isTaskGroup** (boolean) Is Task Group? - **is_list** (boolean) List Flag ## Responses ### 201: The resource created successfully #### Body Parameters: application/json (object) - **message** (string) Success message - **id** (string) Created Label ID ### 401: The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403: The client does not have access rights to the content. ### 405: The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)