diff --git a/openapi.yaml b/openapi.yaml index 7cd5e6b16..bf1ae7422 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6457,6 +6457,17 @@ components: user_metadata: type: object additionalProperties: true + prompt_id: + type: string + format: uuid + nullable: true + deprecated: true + description: "Deprecated: use job_id instead. ID of the prompt that created this asset." + job_id: + type: string + format: uuid + nullable: true + description: ID of the job that created this asset updated_at: type: string format: date-time