@@ -125,7 +125,7 @@ const configuration = v2.createConfiguration();
125
125
const apiInstance = new v2 .IncidentsApi (configuration );
126
126
127
127
let params: v2 .IncidentsApiDeleteIncidentRequest = {
128
- // string | The UUID the incident.
128
+ // string | The UUID of the incident.
129
129
incidentId: " incident_id_example" ,
130
130
};
131
131
@@ -141,9 +141,9 @@ apiInstance
141
141
142
142
### Parameters
143
143
144
- | Name | Type | Description | Notes |
145
- | -------------- | ------------ | ---------------------- | --------------------- |
146
- | ** incidentId** | [ ** string** ] | The UUID the incident. | defaults to undefined |
144
+ | Name | Type | Description | Notes |
145
+ | -------------- | ------------ | ------------------------- | --------------------- |
146
+ | ** incidentId** | [ ** string** ] | The UUID of the incident. | defaults to undefined |
147
147
148
148
### Return type
149
149
@@ -187,7 +187,7 @@ const configuration = v2.createConfiguration();
187
187
const apiInstance = new v2 .IncidentsApi (configuration );
188
188
189
189
let params: v2 .IncidentsApiGetIncidentRequest = {
190
- // string | The UUID the incident.
190
+ // string | The UUID of the incident.
191
191
incidentId: " incident_id_example" ,
192
192
// Array<IncidentRelatedObject> | Specifies which types of related objects should be included in the response. (optional)
193
193
include: [" users" ],
@@ -207,7 +207,7 @@ apiInstance
207
207
208
208
| Name | Type | Description | Notes |
209
209
| -------------- | -------------------------------------- | ---------------------------------------------------------------------------- | -------------------------------- |
210
- | ** incidentId** | [ ** string** ] | The UUID the incident. | defaults to undefined |
210
+ | ** incidentId** | [ ** string** ] | The UUID of the incident. | defaults to undefined |
211
211
| ** include** | ** Array< ; IncidentRelatedObject> ; ** | Specifies which types of related objects should be included in the response. | (optional) defaults to undefined |
212
212
213
213
### Return type
@@ -320,7 +320,7 @@ const configuration = v2.createConfiguration();
320
320
const apiInstance = new v2 .IncidentsApi (configuration );
321
321
322
322
let params: v2 .IncidentsApiUpdateIncidentRequest = {
323
- // string | The UUID the incident.
323
+ // string | The UUID of the incident.
324
324
incidentId: " incident_id_example" ,
325
325
// IncidentUpdateRequest | Incident Payload.
326
326
body: {
@@ -398,10 +398,10 @@ apiInstance
398
398
399
399
### Parameters
400
400
401
- | Name | Type | Description | Notes |
402
- | -------------- | ------------------------- | ---------------------- | --------------------- |
403
- | ** body** | ** IncidentUpdateRequest** | Incident Payload. |
404
- | ** incidentId** | [ ** string** ] | The UUID the incident. | defaults to undefined |
401
+ | Name | Type | Description | Notes |
402
+ | -------------- | ------------------------- | ------------------------- | --------------------- |
403
+ | ** body** | ** IncidentUpdateRequest** | Incident Payload. |
404
+ | ** incidentId** | [ ** string** ] | The UUID of the incident. | defaults to undefined |
405
405
406
406
### Return type
407
407
0 commit comments