|
91 | 91 | }
|
92 | 92 | },
|
93 | 93 | # FIXME: Fix this
|
94 |
| - # Also fails with insertColumn operation on api.seatable.io: {"error_type": "column_data_error", "error_message": "column_data: {\"format\":\"DD/MM/YYYY HH:mm\"} do not meet specifications."} |
| 94 | + # Also fails with insertColumn operation on api.seatable.com: {"error_type": "column_data_error", "error_message": "column_data: {\"format\":\"DD/MM/YYYY HH:mm\"} do not meet specifications."} |
95 | 95 | #{
|
96 | 96 | # 'column_name': 'date-european-hours-minutes',
|
97 | 97 | # 'column_type': 'date',
|
|
268 | 268 | 'single-select': 'option-1',
|
269 | 269 | 'multiple-select': ['option-1', 'option-2'],
|
270 | 270 | 'email': 'example@seatable.io',
|
271 |
| - 'url': 'https://seatable.io', |
| 271 | + 'url': 'https://seatable.com', |
272 | 272 | 'checkbox': True,
|
273 | 273 | 'rate': 7,
|
274 | 274 | 'geolocation-country-region': {'country_region': 'Germany'},
|
275 | 275 | 'geolocation-lat-lon': {'lng': 8.23, 'lat': 50.00},
|
276 | 276 | 'digital-sign': {
|
277 | 277 | 'username': 'some-user@auth.local',
|
278 | 278 | # Using an external image is a shortcut, but seems to work :)
|
279 |
| - 'sign_image_url': 'https://admin.seatable.io/assets/SeaTable256-256.png', |
| 279 | + 'sign_image_url': 'https://admin.seatable.com/assets/SeaTable256-256.png', |
280 | 280 | 'sign_time': '2024-06-05T13:28:56.090+00:00',
|
281 | 281 | },
|
282 | 282 | },
|
|
307 | 307 | 'checkbox': True,
|
308 | 308 | },
|
309 | 309 | {
|
310 |
| - # Regression test for https://forum.seatable.io/t/python-modification-in-rows-data-since-4-4/4254 |
| 310 | + # Regression test for https://forum.seatable.com/t/python-modification-in-rows-data-since-4-4/4254 |
311 | 311 | 'text': 'row-with-empty-values'
|
312 | 312 | }
|
313 | 313 | ]
|
|
0 commit comments