Skip to content

Commit eda4671

Browse files
github-actions[bot]github-actions
andauthored
Update API specifications with fern api update (#231)
Co-authored-by: github-actions <github-actions@github.com>
1 parent bfddfd8 commit eda4671

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

fern/apis/v1/openapi/openapi.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13265,7 +13265,7 @@
1326513265
"/projects/{projectId}/activities": {
1326613266
"get": {
1326713267
"tags": [
13268-
"Activities"
13268+
"Project Activities"
1326913269
],
1327013270
"summary": "Returns all activities of the project with the specified id.",
1327113271
"description": "The activities contain information about the type of the activity, which property was changed and by whom.\r\n This contains changes to first-level properties of the project, like name, description, status, etc., as well as several related entities, such as tags, assignments, etc.\r\n This does not include activities of sub-entities, like tasks of a project or comments on a task.",
@@ -29140,7 +29140,7 @@
2914029140
"/tasks/{taskId}/activities": {
2914129141
"get": {
2914229142
"tags": [
29143-
"Activities"
29143+
"Task Activities"
2914429144
],
2914529145
"summary": "Returns all activities of the task with the specified id.",
2914629146
"description": "The activities contain information about the type of the activity, which property was changed and by whom.\r\n This contains changes to first-level properties of the task, like name, description, status, etc., as well as several related entities, such as tags, assignments, etc.\r\n This does not include activities of sub-entities, like tasks of a project or comments on a task.",
@@ -68600,10 +68600,6 @@
6860068600
"name": "Autopilot",
6860168601
"description": "These endpoints allow you to manage the awork autopilot for projects."
6860268602
},
68603-
{
68604-
"name": "Activities",
68605-
"description": "Activity log endpoints."
68606-
},
6860768603
{
6860868604
"name": "Search",
6860968605
"description": "Endpoints for full-text search and search index maintenance."

0 commit comments

Comments
 (0)