@@ -6411,21 +6411,22 @@ components:
6411
6411
custom-schema-spec:
6412
6412
type: object
6413
6413
description: |
6414
- Requested custom schemas described abstractly. Every provided schema's
6415
- custom field must be specified, otherwise a bad request error is
6416
- returned. If a new custom schema specifier is provided, then it will be
6417
- added to the work, otherwise if a custom schema is omitted from the
6418
- specifier, it remains unmodified.
6414
+ Custom schemas described using identifiers. Each custom field in the
6415
+ request must have the corresponding schema specified; omission results
6416
+ in a Bad Request error. If a custom schema is not included in the
6417
+ specifier, it remains unchanged. For surfaces with human interactors,
6418
+ it is recommended to provide tenant_fragment: true and
6419
+ validate_required_fields: true.
6419
6420
properties:
6420
6421
apps:
6421
6422
type: array
6422
- description: List of apps that are requested .
6423
+ description: List of apps.
6423
6424
items:
6424
6425
type: string
6425
6426
format: text
6426
6427
subtype:
6427
6428
type: string
6428
- description: Name of the subtype requested .
6429
+ description: Name of the subtype.
6429
6430
format: text
6430
6431
tenant_fragment:
6431
6432
type: boolean
@@ -7712,6 +7713,28 @@ components:
7712
7713
- dev_users
7713
7714
title: dev-users-list-response
7714
7715
x-go-name: DevUsersListResponseBody
7716
+ dev-users-merge-request:
7717
+ type: object
7718
+ description: Request object for merging Dev users.
7719
+ properties:
7720
+ primary_user:
7721
+ type: string
7722
+ description: The unique ID of the primary user.
7723
+ format: id
7724
+ secondary_user:
7725
+ type: string
7726
+ description: The unique ID of the secondary user.
7727
+ format: id
7728
+ required:
7729
+ - primary_user
7730
+ - secondary_user
7731
+ title: dev-users-merge-request
7732
+ dev-users-merge-response:
7733
+ type: object
7734
+ additionalProperties: false
7735
+ description: Response object for request to merge Dev users.
7736
+ title: dev-users-merge-response
7737
+ x-go-name: DevUsersMergeResponseBody
7715
7738
dev-users-self-request:
7716
7739
type: object
7717
7740
additionalProperties: false
@@ -10895,6 +10918,8 @@ components:
10895
10918
properties:
10896
10919
member:
10897
10920
$ref: '#/components/schemas/member-summary'
10921
+ member_rev_org:
10922
+ $ref: '#/components/schemas/rev-org-summary'
10898
10923
required:
10899
10924
- member
10900
10925
title: group-members-list-response-member
@@ -14288,6 +14313,12 @@ components:
14288
14313
items:
14289
14314
type: string
14290
14315
format: id
14316
+ stage_validation_options:
14317
+ type: array
14318
+ description: |
14319
+ The type of stage validations options when creating a part.
14320
+ items:
14321
+ $ref: '#/components/schemas/stage-validation-option-for-create'
14291
14322
tags:
14292
14323
type: array
14293
14324
description: Tags associated with the part.
@@ -14428,6 +14459,9 @@ components:
14428
14459
The cursor to resume iteration from. If not provided, then
14429
14460
iteration starts from the beginning.
14430
14461
format: text
14462
+ custom_fields:
14463
+ type: object
14464
+ description: Filters for custom fields.
14431
14465
limit:
14432
14466
type: integer
14433
14467
description: |
@@ -14533,6 +14567,13 @@ components:
14533
14567
format: text
14534
14568
owned_by:
14535
14569
$ref: '#/components/schemas/parts-update-request-owned-by'
14570
+ stage_validation_options:
14571
+ type: array
14572
+ description: |
14573
+ The type of stage validations options when updating the stage or
14574
+ the stage diagram of an object.
14575
+ items:
14576
+ $ref: '#/components/schemas/stage-validation-option-for-update'
14536
14577
tags:
14537
14578
$ref: '#/components/schemas/parts-update-request-tags'
14538
14579
required:
@@ -14719,6 +14760,13 @@ components:
14719
14760
type: string
14720
14761
description: The Question.
14721
14762
format: text
14763
+ sources:
14764
+ type: array
14765
+ description: |
14766
+ Details of the sources from which the question answer was
14767
+ generated.
14768
+ items:
14769
+ $ref: '#/components/schemas/atom-summary'
14722
14770
status:
14723
14771
$ref: '#/components/schemas/question-answer-status'
14724
14772
suggested_answer:
@@ -17678,7 +17726,9 @@ components:
17678
17726
format: date-time
17679
17727
snippet:
17680
17728
type: string
17681
- description: Text snippet where the search hit occurred.
17729
+ description: |
17730
+ Concatenated text snippets from all search hits for this object.
17731
+ This may contain duplicate content.
17682
17732
format: text
17683
17733
title: search-summary-base
17684
17734
send-notification:
@@ -29008,9 +29058,8 @@ paths:
29008
29058
Creates a new enterprise authentication connection for a Dev
29009
29059
organization. This authentication connection will not be enabled by
29010
29060
default for the organization and the user will need to explicitly
29011
- enable this. Keep in mind that at a time, only one authentication
29012
- connection can be enabled for a Dev organization. At present, only 5
29013
- enterprise connections can be created by an organization.
29061
+ enable this. Only 5 authentication connections can be created by an
29062
+ organization.
29014
29063
operationId: dev-org-auth-connections-create
29015
29064
requestBody:
29016
29065
content:
@@ -29246,10 +29295,8 @@ paths:
29246
29295
post:
29247
29296
description: |
29248
29297
Enable or disable an authentication connection for a Dev organization.
29249
- Currently, only 1 authentication connection can be enabled at a time.
29250
- When a new authentication connection is enabled, the connection which
29251
- is currently enabled for the Dev organization is automatically
29252
- disabled.
29298
+ Atleast one authentication connection must be enabled for a Dev
29299
+ organization.
29253
29300
operationId: dev-org-auth-connections-toggle
29254
29301
requestBody:
29255
29302
content:
@@ -29790,6 +29837,48 @@ paths:
29790
29837
x-fern-audiences:
29791
29838
- docs
29792
29839
- sdks
29840
+ /dev-users.merge:
29841
+ post:
29842
+ description: |
29843
+ Merges the identity of a secondary Dev user with the primary Dev user.
29844
+ The account of the secondary Dev user will be deactivated and will no
29845
+ longer be able to log into DevRev. All objects - issues, tickets, parts
29846
+ etc. owned by the secondary Dev user will be transferred to the primary
29847
+ Dev user.
29848
+ operationId: dev-users-merge
29849
+ requestBody:
29850
+ content:
29851
+ application/json:
29852
+ schema:
29853
+ $ref: '#/components/schemas/dev-users-merge-request'
29854
+ required: true
29855
+ responses:
29856
+ "200":
29857
+ content:
29858
+ application/json:
29859
+ schema:
29860
+ $ref: '#/components/schemas/dev-users-merge-response'
29861
+ description: Response object for request to merge Dev users.
29862
+ "400":
29863
+ $ref: '#/components/responses/bad-request'
29864
+ "401":
29865
+ $ref: '#/components/responses/unauthorized'
29866
+ "403":
29867
+ $ref: '#/components/responses/forbidden'
29868
+ "404":
29869
+ $ref: '#/components/responses/not-found'
29870
+ "429":
29871
+ $ref: '#/components/responses/too-many-requests'
29872
+ "500":
29873
+ $ref: '#/components/responses/internal-server-error'
29874
+ "503":
29875
+ $ref: '#/components/responses/service-unavailable'
29876
+ summary: Merge Dev Users
29877
+ tags:
29878
+ - dev-users
29879
+ x-fern-audiences:
29880
+ - docs
29881
+ - sdks
29793
29882
/dev-users.self:
29794
29883
get:
29795
29884
description: Gets the authenticated user's information.
@@ -34483,6 +34572,12 @@ paths:
34483
34572
schema:
34484
34573
type: string
34485
34574
format: text
34575
+ - description: Filters for custom fields.
34576
+ explode: false
34577
+ in: query
34578
+ name: custom_fields
34579
+ schema:
34580
+ type: object
34486
34581
- description: |
34487
34582
The maximum number of parts to return. The default is '50'.
34488
34583
explode: false
@@ -37841,7 +37936,7 @@ paths:
37841
37936
$ref: '#/components/responses/internal-server-error'
37842
37937
"503":
37843
37938
$ref: '#/components/responses/service-unavailable'
37844
- summary: Get Sla Tracker
37939
+ summary: Get SLA Tracker
37845
37940
tags:
37846
37941
- slas
37847
37942
x-fern-audiences:
@@ -37877,7 +37972,7 @@ paths:
37877
37972
$ref: '#/components/responses/internal-server-error'
37878
37973
"503":
37879
37974
$ref: '#/components/responses/service-unavailable'
37880
- summary: Get Sla Tracker (POST)
37975
+ summary: Get SLA Tracker (POST)
37881
37976
tags:
37882
37977
- slas
37883
37978
x-fern-audiences:
@@ -37998,7 +38093,7 @@ paths:
37998
38093
$ref: '#/components/responses/internal-server-error'
37999
38094
"503":
38000
38095
$ref: '#/components/responses/service-unavailable'
38001
- summary: List Sla Trackers
38096
+ summary: List SLA Trackers
38002
38097
tags:
38003
38098
- slas
38004
38099
x-fern-audiences:
@@ -38032,7 +38127,7 @@ paths:
38032
38127
$ref: '#/components/responses/internal-server-error'
38033
38128
"503":
38034
38129
$ref: '#/components/responses/service-unavailable'
38035
- summary: List Sla Trackers (POST)
38130
+ summary: List SLA Trackers (POST)
38036
38131
tags:
38037
38132
- slas
38038
38133
x-fern-audiences:
@@ -38069,7 +38164,7 @@ paths:
38069
38164
$ref: '#/components/responses/internal-server-error'
38070
38165
"503":
38071
38166
$ref: '#/components/responses/service-unavailable'
38072
- summary: Remove-Metric Sla Trackers
38167
+ summary: Remove SLA Tracker Metric
38073
38168
tags:
38074
38169
- slas
38075
38170
x-fern-audiences:
@@ -38106,7 +38201,7 @@ paths:
38106
38201
$ref: '#/components/responses/internal-server-error'
38107
38202
"503":
38108
38203
$ref: '#/components/responses/service-unavailable'
38109
- summary: Assign Slas
38204
+ summary: Assign SLAs
38110
38205
tags:
38111
38206
- slas
38112
38207
x-fern-audiences:
@@ -38141,7 +38236,7 @@ paths:
38141
38236
$ref: '#/components/responses/internal-server-error'
38142
38237
"503":
38143
38238
$ref: '#/components/responses/service-unavailable'
38144
- summary: Create Sla
38239
+ summary: Create SLA
38145
38240
tags:
38146
38241
- slas
38147
38242
x-fern-audiences:
@@ -38181,7 +38276,7 @@ paths:
38181
38276
$ref: '#/components/responses/internal-server-error'
38182
38277
"503":
38183
38278
$ref: '#/components/responses/service-unavailable'
38184
- summary: Get Sla
38279
+ summary: Get SLA
38185
38280
tags:
38186
38281
- slas
38187
38282
x-fern-audiences:
@@ -38217,7 +38312,7 @@ paths:
38217
38312
$ref: '#/components/responses/internal-server-error'
38218
38313
"503":
38219
38314
$ref: '#/components/responses/service-unavailable'
38220
- summary: Get Sla (POST)
38315
+ summary: Get SLA (POST)
38221
38316
tags:
38222
38317
- slas
38223
38318
x-fern-audiences:
@@ -38312,7 +38407,7 @@ paths:
38312
38407
$ref: '#/components/responses/internal-server-error'
38313
38408
"503":
38314
38409
$ref: '#/components/responses/service-unavailable'
38315
- summary: List Slas
38410
+ summary: List SLAs
38316
38411
tags:
38317
38412
- slas
38318
38413
x-fern-audiences:
@@ -38346,7 +38441,7 @@ paths:
38346
38441
$ref: '#/components/responses/internal-server-error'
38347
38442
"503":
38348
38443
$ref: '#/components/responses/service-unavailable'
38349
- summary: List Slas (POST)
38444
+ summary: List SLAs (POST)
38350
38445
tags:
38351
38446
- slas
38352
38447
x-fern-audiences:
@@ -38383,7 +38478,7 @@ paths:
38383
38478
$ref: '#/components/responses/internal-server-error'
38384
38479
"503":
38385
38480
$ref: '#/components/responses/service-unavailable'
38386
- summary: Transition Slas
38481
+ summary: Transition SLAs
38387
38482
tags:
38388
38483
- slas
38389
38484
x-fern-audiences:
@@ -38420,7 +38515,7 @@ paths:
38420
38515
$ref: '#/components/responses/internal-server-error'
38421
38516
"503":
38422
38517
$ref: '#/components/responses/service-unavailable'
38423
- summary: Update Sla
38518
+ summary: Update SLA
38424
38519
tags:
38425
38520
- slas
38426
38521
x-fern-audiences:
0 commit comments