You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// AvatarizationMultiTableJob is a job that creates an avatarization for relational data.typeAvatarizationMultiTableJobstruct {
ID uuid.UUID`json:"id"`KindJobKind`json:"kind"`CreatedAt time.Time`json:"created_at"`StatusJobStatus`json:"status"`ErrorMessage*string`json:"error_message"`Traceback*string`json:"traceback"`Result*AvatarizationMultiTableResult`json:"result"`ParametersAvatarizationMultiTableParameters`json:"parameters"`CurrentProgress*JobProgress`json:"current_progress"`
}
This issue has been automatically generated from the Octopize project avatar-python to make SIGO compatible. Please vote with a thumbs up or thumbs down to assess the quality of the automatic generation.
Best regards,
The SIGO Team
The text was updated successfully, but these errors were encountered:
Description
Adds an API to create an avatarization for relational data.
Request
Method
POST
URL
Request Parameters
kind
avatarization_multi_table
false
avatarization_multi_table
parameters
true
Request Body
The request body should be a JSON object with the following fields:
Result
Result parameters
id
1234567890
kind
avatarization_multi_table
created_at
2023-03-08T12:34:56Z
status
CREATED
error_message
null
traceback
null
result
null
parameters
current_progress
null
Result Body
The result body will be a JSON object with the following fields:
Example Curl Request
Go server
Struct
Handler
Links
Automated Issue Details
Dear visitor,
This issue has been automatically generated from the Octopize project avatar-python to make SIGO compatible. Please vote with a thumbs up or thumbs down to assess the quality of the automatic generation.
Best regards,
The SIGO Team
The text was updated successfully, but these errors were encountered: