bcc2d45be91e → bd40f367a834 · 17 changes across 10 operations and 1 section
- POST/mini-apps/publish-preview
- ▲
added the pattern
^[a-z0-9]+(?:-[a-z0-9]+)*$to the request property - ●
the
request property's maxLength was set to64 - ○
the endpoint scheme security
ApiKeyAuthwas added to the API - ○
the
response's property pattern^[a-z0-9]+(?:-[a-z0-9]+)*$was added for the status
- ▲
- POST/mini-apps/publish
- ▲
added the pattern
^[a-z0-9]+(?:-[a-z0-9]+)*$to the request property - ●
the
request property's maxLength was set to64 - ○
the endpoint scheme security
ApiKeyAuthwas added to the API - ○
the
response's property pattern^[a-z0-9]+(?:-[a-z0-9]+)*$was added for the status
- ▲
- DELETE/mini-apps/publish-preview/{preview_id}
- ▲
api path removed without deprecation
- ▲
- POST/v1/resizer
- ▲
api path removed without deprecation
- ▲
- GET/mini-apps/marketing-projection
- ○
endpoint added
- ○
- GET/mini-apps/stale-previews
- ○
endpoint added
- ○
- POST/mini-apps/unpublish-preview/{preview_id}
- ○
endpoint added
- ○
- POST/mini-apps/unpublish/{slug}
- ○
endpoint added
- ○
- POST/v1/ad-resizer
- ○
endpoint added
- ○
- POST/v1/async/ad-resizer
- ○
endpoint added
- ○
- components
- ○
removed the schema
- ○