Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2023-05-12 14:12:44 +00:00
committed by github-actions[bot]
parent 183284b5b1
commit 2ba7a70e76

View File

@@ -65067,7 +65067,7 @@ paths:
text: An internal fault occurred.
'/non-employee-sources/{id}/non-employee-bulk-upload':
post:
operationId: uploadNonEmployeeRecordsInBulk
operationId: importNonEmployeeRecordsInBulk
security:
- oauth2:
- 'idn:nelm:manage'
@@ -65085,8 +65085,8 @@ paths:
required: true
schema:
type: string
example: e136567de87e4d029e60b3c3c55db56d
requestBody:
description: The form-data "name" attribute for the file content must be "data". See the schema specification.
content:
multipart/form-data:
schema:
@@ -65094,11 +65094,9 @@ paths:
properties:
data:
type: string
format: base64
format: binary
required:
- data
example:
data: 'accountName,firstName,lastName,phone,email,manager,startDate,endDate Jon.Smith, Jon, Smith, 555-555-5555, jon@jon.doe.nope.com, Jim Smith, 2020-04-05T08:00:00-10:00, 2020-08-07T19:00:00-10:00 William.Chaffin, William, Chaffin, 555-555-5555, william@chaffins.nope.com, Bertram Chaffin, 2020-04-05T08:00:00-10:00, 2020-08-07T19:00:00-10:00'
responses:
'202':
description: The CSV was accepted to be bulk inserted now or at a later time.