Skip to content

Commit de8dc2c

Browse files
author
github-actions
committed
Update API specifications with fern api update
1 parent d4571a6 commit de8dc2c

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

openapi.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,13 +1619,17 @@
16191619
"type": "string"
16201620
},
16211621
"endAtId": {
1622+
"deprecated": true,
1623+
"description": "use cursor instead",
16221624
"type": "string"
16231625
},
16241626
"endBeforeDate": {
16251627
"format": "date-time",
16261628
"type": "string"
16271629
},
16281630
"endBeforeId": {
1631+
"deprecated": true,
1632+
"description": "use cursor instead",
16291633
"type": "string"
16301634
},
16311635
"includeActionsInContext": {
@@ -1676,13 +1680,17 @@
16761680
"type": "string"
16771681
},
16781682
"startAfterId": {
1683+
"deprecated": true,
1684+
"description": "use cursor instead",
16791685
"type": "string"
16801686
},
16811687
"startAtDate": {
16821688
"format": "date-time",
16831689
"type": "string"
16841690
},
16851691
"startAtId": {
1692+
"deprecated": true,
1693+
"description": "use cursor instead",
16861694
"type": "string"
16871695
}
16881696
},
@@ -14154,13 +14162,17 @@
1415414162
"type": "string"
1415514163
},
1415614164
"endAtId": {
14165+
"deprecated": true,
14166+
"description": "use cursor instead",
1415714167
"type": "string"
1415814168
},
1415914169
"endBeforeDate": {
1416014170
"format": "date-time",
1416114171
"type": "string"
1416214172
},
1416314173
"endBeforeId": {
14174+
"deprecated": true,
14175+
"description": "use cursor instead",
1416414176
"type": "string"
1416514177
},
1416614178
"includeActionsInContext": {
@@ -14211,13 +14223,17 @@
1421114223
"type": "string"
1421214224
},
1421314225
"startAfterId": {
14226+
"deprecated": true,
14227+
"description": "use cursor instead",
1421414228
"type": "string"
1421514229
},
1421614230
"startAtDate": {
1421714231
"format": "date-time",
1421814232
"type": "string"
1421914233
},
1422014234
"startAtId": {
14235+
"deprecated": true,
14236+
"description": "use cursor instead",
1422114237
"type": "string"
1422214238
}
1422314239
},
@@ -17452,12 +17468,24 @@
1745217468
"c4ModelExperience": {
1745317469
"type": "string"
1745417470
},
17471+
"defaultDomainHandleIds": {
17472+
"additionalProperties": {
17473+
"format": "short-id",
17474+
"nullable": true,
17475+
"type": "string"
17476+
},
17477+
"description": "Map of landscape id to the default domain handle id for that landscape",
17478+
"nullable": true,
17479+
"type": "object"
17480+
},
1745517481
"defaultOrganizationId": {
17482+
"format": "id",
1745617483
"nullable": true,
1745717484
"type": "string"
1745817485
},
1745917486
"defaultOrganizationLandscapeIds": {
1746017487
"additionalProperties": {
17488+
"format": "id",
1746117489
"nullable": true,
1746217490
"type": "string"
1746317491
},
@@ -17496,12 +17524,24 @@
1749617524
"c4ModelExperience": {
1749717525
"type": "string"
1749817526
},
17527+
"defaultDomainHandleIds": {
17528+
"additionalProperties": {
17529+
"format": "short-id",
17530+
"nullable": true,
17531+
"type": "string"
17532+
},
17533+
"description": "Map of landscape id to the default domain handle id for that landscape",
17534+
"nullable": true,
17535+
"type": "object"
17536+
},
1749917537
"defaultOrganizationId": {
17538+
"format": "id",
1750017539
"nullable": true,
1750117540
"type": "string"
1750217541
},
1750317542
"defaultOrganizationLandscapeIds": {
1750417543
"additionalProperties": {
17544+
"format": "id",
1750517545
"nullable": true,
1750617546
"type": "string"
1750717547
},
@@ -17543,12 +17583,24 @@
1754317583
"c4ModelExperience": {
1754417584
"type": "string"
1754517585
},
17586+
"defaultDomainHandleIds": {
17587+
"additionalProperties": {
17588+
"format": "short-id",
17589+
"nullable": true,
17590+
"type": "string"
17591+
},
17592+
"description": "Map of landscape id to the default domain handle id for that landscape",
17593+
"nullable": true,
17594+
"type": "object"
17595+
},
1754617596
"defaultOrganizationId": {
17597+
"format": "id",
1754717598
"nullable": true,
1754817599
"type": "string"
1754917600
},
1755017601
"defaultOrganizationLandscapeIds": {
1755117602
"additionalProperties": {
17603+
"format": "id",
1755217604
"nullable": true,
1755317605
"type": "string"
1755417606
},
@@ -17597,6 +17649,7 @@
1759717649
"required": [
1759817650
"email",
1759917651
"createdAt",
17652+
"defaultDomainHandleIds",
1760017653
"defaultOrganizationId",
1760117654
"defaultOrganizationLandscapeIds",
1760217655
"id",
@@ -27725,6 +27778,14 @@
2772527778
"schema": {
2772627779
"$ref": "#/components/schemas/ActionLogFilter"
2772727780
}
27781+
},
27782+
{
27783+
"in": "query",
27784+
"name": "cursor",
27785+
"required": false,
27786+
"schema": {
27787+
"type": "string"
27788+
}
2772827789
}
2772927790
],
2773027791
"responses": {
@@ -27738,6 +27799,9 @@
2773827799
"$ref": "#/components/schemas/ActionLog"
2773927800
},
2774027801
"type": "array"
27802+
},
27803+
"nextCursor": {
27804+
"type": "string"
2774127805
}
2774227806
},
2774327807
"required": [
@@ -27811,6 +27875,11 @@
2781127875
}
2781227876
},
2781327877
"summary": "List",
27878+
"x-fern-pagination": {
27879+
"cursor": "$request.cursor",
27880+
"next_cursor": "$response.nextCursor",
27881+
"results": "$response.actionLogs"
27882+
},
2781427883
"x-fern-request-name": "ActionLogsListRequest",
2781527884
"x-fern-sdk-method-name": "list"
2781627885
}
@@ -27836,6 +27905,7 @@
2783627905
"landscapes",
2783727906
"logs"
2783827907
],
27908+
"deprecated": true,
2783927909
"description": "Find an action log",
2784027910
"operationId": "actionLogFind",
2784127911
"parameters": [
@@ -27937,6 +28007,7 @@
2793728007
}
2793828008
},
2793928009
"summary": "Get",
28010+
"x-fern-availability": "deprecated",
2794028011
"x-fern-request-name": "ActionLogFindRequest",
2794128012
"x-fern-sdk-method-name": "get"
2794228013
}
@@ -27988,6 +28059,14 @@
2798828059
"schema": {
2798928060
"$ref": "#/components/schemas/ActionLogFilter"
2799028061
}
28062+
},
28063+
{
28064+
"in": "query",
28065+
"name": "cursor",
28066+
"required": false,
28067+
"schema": {
28068+
"type": "string"
28069+
}
2799128070
}
2799228071
],
2799328072
"responses": {
@@ -28001,6 +28080,9 @@
2800128080
"$ref": "#/components/schemas/ActionLog"
2800228081
},
2800328082
"type": "array"
28083+
},
28084+
"nextCursor": {
28085+
"type": "string"
2800428086
}
2800528087
},
2800628088
"required": [
@@ -28074,6 +28156,11 @@
2807428156
}
2807528157
},
2807628158
"summary": "List Children",
28159+
"x-fern-pagination": {
28160+
"cursor": "$request.cursor",
28161+
"next_cursor": "$response.nextCursor",
28162+
"results": "$response.actionLogs"
28163+
},
2807728164
"x-fern-request-name": "ActionLogChildrenListRequest",
2807828165
"x-fern-sdk-method-name": "listChildren"
2807928166
}
@@ -43814,6 +43901,14 @@
4381443901
"schema": {
4381543902
"$ref": "#/components/schemas/OrganizationLogFilter"
4381643903
}
43904+
},
43905+
{
43906+
"in": "query",
43907+
"name": "cursor",
43908+
"required": false,
43909+
"schema": {
43910+
"type": "string"
43911+
}
4381743912
}
4381843913
],
4381943914
"responses": {
@@ -43822,6 +43917,9 @@
4382243917
"application/json": {
4382343918
"schema": {
4382443919
"properties": {
43920+
"nextCursor": {
43921+
"type": "string"
43922+
},
4382543923
"organizationLogs": {
4382643924
"items": {
4382743925
"$ref": "#/components/schemas/OrganizationLog"
@@ -43900,6 +43998,11 @@
4390043998
}
4390143999
},
4390244000
"summary": "List",
44001+
"x-fern-pagination": {
44002+
"cursor": "$request.cursor",
44003+
"next_cursor": "$response.nextCursor",
44004+
"results": "$response.organizationLogs"
44005+
},
4390344006
"x-fern-request-name": "OrganizationLogsListRequest",
4390444007
"x-fern-sdk-method-name": "list"
4390544008
}
@@ -43925,6 +44028,7 @@
4392544028
"organizations",
4392644029
"logs"
4392744030
],
44031+
"deprecated": true,
4392844032
"description": "Find an organization log (only available on the scale plan and above)",
4392944033
"operationId": "organizationLogFind",
4393044034
"parameters": [
@@ -44026,6 +44130,7 @@
4402644130
}
4402744131
},
4402844132
"summary": "Get",
44133+
"x-fern-availability": "deprecated",
4402944134
"x-fern-request-name": "OrganizationLogFindRequest",
4403044135
"x-fern-sdk-method-name": "get"
4403144136
}

0 commit comments

Comments
 (0)