Update an epic
Updates an epic
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The ID of a group
The internal ID of an epic
Example
5Request Body
Section titled “ Request Body ”object
The title of an epic
Example
My EpicThe color of an epic
Example
#1068bfThe description of an epic
Example
Epic descriptionIndicates if the epic is confidential
Date time when the epic was updated. Available only for admins and project owners
Example
2016-03-11T03:45:40ZDeprecated: use start_date_fixed instead
Example
2018-07-31The start date of an epic
Example
2018-07-31Indicates start date should be sourced from start_date_fixed field not the issue milestones
Deprecated: use due_date_fixed instead
Example
2019-08-11The due date of an epic
Example
2019-08-11Indicates due date should be sourced from due_date_fixed field not the issue milestones
Comma-separated label names for an issue
Comma-separated label names to add to an issue
Comma-separated label names to remove from an issue
State event for an epic
The ID of a parent epic
Example
12Responses
Section titled “ Responses ”OK
object
object
object
object
object
Example
{ "id": 123, "work_item_id": 123, "iid": 123, "color": "#1068bf", "text_color": "#1068bf", "group_id": 17, "parent_id": 12, "parent_iid": 19, "imported": false, "imported_from": "github", "title": "My Epic", "description": "Epic description", "confidential": false, "author": { "id": 1, "username": "admin", "public_email": "john@example.com", "name": "Administrator", "state": "active", "avatar_url": "https://gravatar.com/avatar/1", "avatar_path": "/user/avatar/28/The-Big-Lebowski-400-400.png", "custom_attributes": [ { "key": "foo", "value": "bar" } ], "web_url": "https://gitlab.example.com/root" }, "start_date": "2022-01-31T15:10:45.080Z", "start_date_is_fixed": true, "start_date_fixed": "2022-01-31T15:10:45.080Z", "start_date_from_inherited_source": "2022-01-31T15:10:45.080Z", "start_date_from_milestones": "2022-01-31T15:10:45.080Z", "end_date": "2022-01-31T15:10:45.080Z", "due_date": "2022-01-31T15:10:45.080Z", "due_date_is_fixed": true, "due_date_fixed": "2022-01-31T15:10:45.080Z", "due_date_from_inherited_source": "2022-01-31T15:10:45.080Z", "due_date_from_milestones": "2022-01-31T15:10:45.080Z", "state": "opened", "web_edit_url": "http://gitlab.example.com/groups/test/-/epics/4/edit", "web_url": "http://gitlab.example.com/groups/test/-/epics/4", "reference": "&1", "created_at": "2022-01-31T15:10:45.080Z", "updated_at": "2022-01-31T15:10:45.080Z", "closed_at": "2022-01-31T15:10:45.080Z", "upvotes": 4, "downvotes": 3, "subscribed": true}Bad request
Forbidden
Not found