File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6200,12 +6200,13 @@ paths:
62006200 example:
62016201 error: "This endpoint is only available for Google Business Profile accounts"
62026202 '401':
6203- description: Unauthorized or token expired
6203+ description: Unauthorized or token invalid
62046204 content:
62056205 application/json:
62066206 schema: { $ref: '#/components/schemas/ErrorResponse' }
62076207 example:
6208- error: "Access token expired. Please reconnect your Google Business Profile account."
6208+ error: "Access token invalid. Please reconnect your Google Business Profile account."
6209+ code: "token_invalid"
62096210 '403':
62106211 description: Permission denied for this location
62116212 content:
@@ -6284,12 +6285,13 @@ paths:
62846285 example:
62856286 error: "This endpoint is only available for Google Business Profile accounts"
62866287 '401':
6287- description: Unauthorized or token expired
6288+ description: Unauthorized or token invalid
62886289 content:
62896290 application/json:
62906291 schema: { $ref: '#/components/schemas/ErrorResponse' }
62916292 example:
6292- error: "Access token expired. Please reconnect your Google Business Profile account."
6293+ error: "Access token invalid. Please reconnect your Google Business Profile account."
6294+ code: "token_invalid"
62936295 '403':
62946296 description: Permission denied for this location
62956297 content:
Original file line number Diff line number Diff line change 11[project ]
22name = " late-sdk"
3- version = " 1.2.87 "
3+ version = " 1.2.88 "
44description = " The official Python library for the Late API"
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 3131 Visibility ,
3232)
3333
34- __version__ = "1.2.87 "
34+ __version__ = "1.2.88 "
3535
3636__all__ = [
3737 # Client
Original file line number Diff line number Diff line change 11# generated by datamodel-codegen:
22# filename: openapi.yaml
3- # timestamp: 2026-03-16T12:16:20 +00:00
3+ # timestamp: 2026-03-16T13:06:55 +00:00
44
55from __future__ import annotations
66
You can’t perform that action at this time.
0 commit comments