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
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #${DOCS_PR_NUMBER}](${DOCS_PR_URL}).
116
-
117
-
## Changes
118
-
119
-
- Regenerated \`src/apify_client/_models.py\` using \`datamodel-codegen\`
120
-
121
-
## Source
122
-
123
-
- apify-docs PR: ${DOCS_PR_URL}
124
-
EOF
125
-
)
131
+
BODY="This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #${DOCS_PR_NUMBER}](${DOCS_PR_URL})."
126
132
else
127
-
BODY=$(cat <<EOF
128
-
This PR updates the auto-generated Pydantic models from the published OpenAPI specification.
129
-
130
-
## Changes
131
-
132
-
- Regenerated \`src/apify_client/_models.py\` using \`datamodel-codegen\`
133
-
EOF
134
-
)
133
+
BODY="This PR updates the auto-generated Pydantic models from the [published OpenAPI specification](https://docs.apify.com/api/openapi.json)."
0 commit comments