Update words from csv file
Send a list of word biases for this prompt. Existing words they will be deleted.
Header Parameters
- content-type string required
- application/json
- text/csv
Request Body required
- Array [
- bias int32 required
The bias.
- word string required
Possible values:
<= 1000 characters
The actual word.
- ]
Request Body required
- string
Responses
- 201
- 204
- 401
- 404
Created
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- bias int32 required
The bias.
- content_generation_id int64 required
The content generatio id.
- created_at date-time required
The create date-time.
- id int64 required
The unique id.
- modified_at date-time required
The last modified date-time.
- word string required
Possible values:
<= 1000 characters
The actual word.
- ]
[
{
"bias": 0,
"content_generation_id": 0,
"created_at": "2023-07-20T12:14:49.165Z",
"id": 0,
"modified_at": "2023-07-20T12:14:49.165Z",
"word": "string"
}
]
No Content
Authentication Failure
Not Found
Loading...