19 lines
360 B
Plaintext
19 lines
360 B
Plaintext
|
meta {
|
||
|
name: Generate Sample Data
|
||
|
type: http
|
||
|
seq: 1
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: {{base_url}}/sample-data
|
||
|
body: none
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
docs {
|
||
|
Wipes and re-generates a set of sample accounts in the Finnow API. Only available in the development version.
|
||
|
|
||
|
The response is returned immediately, but the sample data generation takes a few seconds to complete.
|
||
|
|
||
|
}
|