@apteva/integrations 0.3.13 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apps/apollo.json +5 -5
- package/src/apps/assemblyai.json +2 -2
- package/src/apps/attio.json +2 -2
- package/src/apps/axiom.json +1 -1
- package/src/apps/beehiiv.json +5 -5
- package/src/apps/bitly.json +4 -4
- package/src/apps/bloobirds.json +1 -1
- package/src/apps/box.json +3 -3
- package/src/apps/brevo.json +20 -20
- package/src/apps/browse-ai.json +4 -4
- package/src/apps/bunny-cdn.json +4 -4
- package/src/apps/bunny-stream.json +8 -8
- package/src/apps/cal-com.json +1 -1
- package/src/apps/calendly.json +6 -6
- package/src/apps/canva.json +3 -3
- package/src/apps/cartesia.json +1 -1
- package/src/apps/composio.json +2 -2
- package/src/apps/convertkit.json +2 -2
- package/src/apps/core-video.json +7 -7
- package/src/apps/dialpad.json +2 -2
- package/src/apps/dnsimple.json +12 -12
- package/src/apps/eventbrite-events.json +16 -16
- package/src/apps/fal-ai.json +5 -5
- package/src/apps/folk.json +5 -5
- package/src/apps/gigs-marketplace.json +30 -30
- package/src/apps/github.json +31 -31
- package/src/apps/gmail.json +16 -16
- package/src/apps/gohighlevel.json +3 -3
- package/src/apps/google-ads.json +8 -8
- package/src/apps/google-calendar.json +16 -16
- package/src/apps/google-drive.json +7 -7
- package/src/apps/google-sheets.json +7 -7
- package/src/apps/hackernews.json +2 -2
- package/src/apps/helpscout.json +3 -3
- package/src/apps/hunter.json +5 -5
- package/src/apps/instagram-api.json +4 -6
- package/src/apps/late.json +17 -17
- package/src/apps/leadpages.json +4 -4
- package/src/apps/learning-platform.json +53 -53
- package/src/apps/marin-software.json +2 -2
- package/src/apps/notion.json +12 -12
- package/src/apps/omnikit-analytics.json +1 -1
- package/src/apps/omnikit-api-gateway.json +11 -11
- package/src/apps/omnikit-billing.json +21 -21
- package/src/apps/omnikit-cms.json +23 -23
- package/src/apps/omnikit-functions.json +6 -6
- package/src/apps/omnikit-intelligence.json +1 -1
- package/src/apps/omnikit-management.json +3 -3
- package/src/apps/omnikit-messaging.json +25 -25
- package/src/apps/omnikit-redirects.json +1 -1
- package/src/apps/omnikit-webhooks.json +3 -3
- package/src/apps/optinmonster.json +4 -4
- package/src/apps/paidkit.json +13 -13
- package/src/apps/polymarket.json +5 -5
- package/src/apps/porkbun.json +12 -12
- package/src/apps/rankbird.json +51 -56
- package/src/apps/skai.json +4 -4
- package/src/apps/smartly.json +1 -1
- package/src/apps/socialcast.json +12 -12
- package/src/apps/stripe-payments.json +9 -9
- package/src/apps/taskflow.json +11 -11
- package/src/apps/ticktick.json +3 -3
- package/src/apps/tiktok-api.json +78 -0
- package/src/apps/todoist.json +1 -1
- package/src/apps/twilio.json +28 -28
- package/src/apps/twitter-api.json +86 -30
package/src/apps/notion.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"name": "get_database",
|
|
89
89
|
"description": "Retrieve a database schema and properties by ID",
|
|
90
90
|
"method": "GET",
|
|
91
|
-
"path": "/databases
|
|
91
|
+
"path": "/databases/{database_id}",
|
|
92
92
|
"input_schema": {
|
|
93
93
|
"type": "object",
|
|
94
94
|
"properties": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "query_database",
|
|
107
107
|
"description": "Query a Notion database with filters and sorts. Returns pages matching the criteria.",
|
|
108
108
|
"method": "POST",
|
|
109
|
-
"path": "/databases
|
|
109
|
+
"path": "/databases/{database_id}/query",
|
|
110
110
|
"input_schema": {
|
|
111
111
|
"type": "object",
|
|
112
112
|
"properties": {
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"name": "update_database",
|
|
180
180
|
"description": "Update a database schema, title, or properties",
|
|
181
181
|
"method": "PATCH",
|
|
182
|
-
"path": "/databases
|
|
182
|
+
"path": "/databases/{database_id}",
|
|
183
183
|
"input_schema": {
|
|
184
184
|
"type": "object",
|
|
185
185
|
"properties": {
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"name": "get_page",
|
|
260
260
|
"description": "Retrieve a page and its properties from Notion",
|
|
261
261
|
"method": "GET",
|
|
262
|
-
"path": "/pages
|
|
262
|
+
"path": "/pages/{page_id}",
|
|
263
263
|
"input_schema": {
|
|
264
264
|
"type": "object",
|
|
265
265
|
"properties": {
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"name": "update_page",
|
|
278
278
|
"description": "Update an existing page's properties, icon, cover, or archive status",
|
|
279
279
|
"method": "PATCH",
|
|
280
|
-
"path": "/pages
|
|
280
|
+
"path": "/pages/{page_id}",
|
|
281
281
|
"input_schema": {
|
|
282
282
|
"type": "object",
|
|
283
283
|
"properties": {
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"name": "get_page_property",
|
|
312
312
|
"description": "Retrieve a specific property value from a page. Useful for paginated properties like relations, rollups, and rich text with many items.",
|
|
313
313
|
"method": "GET",
|
|
314
|
-
"path": "/pages
|
|
314
|
+
"path": "/pages/{page_id}/properties/{property_id}",
|
|
315
315
|
"input_schema": {
|
|
316
316
|
"type": "object",
|
|
317
317
|
"properties": {
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"name": "list_blocks",
|
|
343
343
|
"description": "List child blocks of a block or page. Use to read page content.",
|
|
344
344
|
"method": "GET",
|
|
345
|
-
"path": "/blocks
|
|
345
|
+
"path": "/blocks/{block_id}/children",
|
|
346
346
|
"input_schema": {
|
|
347
347
|
"type": "object",
|
|
348
348
|
"properties": {
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"name": "get_block",
|
|
369
369
|
"description": "Retrieve a single block from Notion by ID",
|
|
370
370
|
"method": "GET",
|
|
371
|
-
"path": "/blocks
|
|
371
|
+
"path": "/blocks/{block_id}",
|
|
372
372
|
"input_schema": {
|
|
373
373
|
"type": "object",
|
|
374
374
|
"properties": {
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"name": "append_blocks",
|
|
387
387
|
"description": "Append child blocks to a page or block. Use to add content to pages.",
|
|
388
388
|
"method": "PATCH",
|
|
389
|
-
"path": "/blocks
|
|
389
|
+
"path": "/blocks/{block_id}/children",
|
|
390
390
|
"input_schema": {
|
|
391
391
|
"type": "object",
|
|
392
392
|
"properties": {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"name": "update_block",
|
|
410
410
|
"description": "Update a block's content or archive status. Pass the block type key with its content.",
|
|
411
411
|
"method": "PATCH",
|
|
412
|
-
"path": "/blocks
|
|
412
|
+
"path": "/blocks/{block_id}",
|
|
413
413
|
"input_schema": {
|
|
414
414
|
"type": "object",
|
|
415
415
|
"properties": {
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"name": "delete_block",
|
|
476
476
|
"description": "Delete (archive) a block in Notion",
|
|
477
477
|
"method": "DELETE",
|
|
478
|
-
"path": "/blocks
|
|
478
|
+
"path": "/blocks/{block_id}",
|
|
479
479
|
"input_schema": {
|
|
480
480
|
"type": "object",
|
|
481
481
|
"properties": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"name": "get_user",
|
|
513
513
|
"description": "Retrieve a user from Notion by ID",
|
|
514
514
|
"method": "GET",
|
|
515
|
-
"path": "/users
|
|
515
|
+
"path": "/users/{user_id}",
|
|
516
516
|
"input_schema": {
|
|
517
517
|
"type": "object",
|
|
518
518
|
"properties": {
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"name": "query_metrics",
|
|
135
135
|
"description": "Query pre-aggregated metrics data with flexible filtering, grouping, and date ranges. Returns time-series data for charts and reports.",
|
|
136
136
|
"method": "GET",
|
|
137
|
-
"path": "/analytics/metrics
|
|
137
|
+
"path": "/analytics/metrics/{metric_name}",
|
|
138
138
|
"input_schema": {
|
|
139
139
|
"type": "object",
|
|
140
140
|
"properties": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "get_api",
|
|
107
107
|
"description": "Get a single API definition by ID, optionally including its routes",
|
|
108
108
|
"method": "GET",
|
|
109
|
-
"path": "/apis
|
|
109
|
+
"path": "/apis/{api_id}",
|
|
110
110
|
"input_schema": {
|
|
111
111
|
"type": "object",
|
|
112
112
|
"properties": {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"name": "get_api_by_prefix",
|
|
129
129
|
"description": "Get a single API definition by its URL prefix",
|
|
130
130
|
"method": "GET",
|
|
131
|
-
"path": "/apis/prefix
|
|
131
|
+
"path": "/apis/prefix/{prefix}",
|
|
132
132
|
"input_schema": {
|
|
133
133
|
"type": "object",
|
|
134
134
|
"properties": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"name": "update_api",
|
|
151
151
|
"description": "Update an existing API definition's name, prefix, description, tags, or visibility",
|
|
152
152
|
"method": "PUT",
|
|
153
|
-
"path": "/apis
|
|
153
|
+
"path": "/apis/{api_id}",
|
|
154
154
|
"input_schema": {
|
|
155
155
|
"type": "object",
|
|
156
156
|
"properties": {
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"name": "delete_api",
|
|
196
196
|
"description": "Delete an API and all its routes permanently",
|
|
197
197
|
"method": "DELETE",
|
|
198
|
-
"path": "/apis
|
|
198
|
+
"path": "/apis/{api_id}",
|
|
199
199
|
"input_schema": {
|
|
200
200
|
"type": "object",
|
|
201
201
|
"properties": {
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"name": "get_route",
|
|
379
379
|
"description": "Get a single API route by ID",
|
|
380
380
|
"method": "GET",
|
|
381
|
-
"path": "/routes
|
|
381
|
+
"path": "/routes/{route_id}",
|
|
382
382
|
"input_schema": {
|
|
383
383
|
"type": "object",
|
|
384
384
|
"properties": {
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"name": "update_route",
|
|
397
397
|
"description": "Update an existing API route's path, method, function, or metadata",
|
|
398
398
|
"method": "PUT",
|
|
399
|
-
"path": "/routes
|
|
399
|
+
"path": "/routes/{route_id}",
|
|
400
400
|
"input_schema": {
|
|
401
401
|
"type": "object",
|
|
402
402
|
"properties": {
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"name": "delete_route",
|
|
454
454
|
"description": "Delete an API route permanently",
|
|
455
455
|
"method": "DELETE",
|
|
456
|
-
"path": "/routes
|
|
456
|
+
"path": "/routes/{route_id}",
|
|
457
457
|
"input_schema": {
|
|
458
458
|
"type": "object",
|
|
459
459
|
"properties": {
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"name": "get_api_key",
|
|
556
556
|
"description": "Get a single API key by ID",
|
|
557
557
|
"method": "GET",
|
|
558
|
-
"path": "/api-keys
|
|
558
|
+
"path": "/api-keys/{key_id}",
|
|
559
559
|
"input_schema": {
|
|
560
560
|
"type": "object",
|
|
561
561
|
"properties": {
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
"name": "update_api_key",
|
|
574
574
|
"description": "Update an API key's name, scopes, expiration, or allowed origins/IPs",
|
|
575
575
|
"method": "PUT",
|
|
576
|
-
"path": "/api-keys
|
|
576
|
+
"path": "/api-keys/{key_id}",
|
|
577
577
|
"input_schema": {
|
|
578
578
|
"type": "object",
|
|
579
579
|
"properties": {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"name": "revoke_api_key",
|
|
625
625
|
"description": "Revoke an API key so it can no longer be used for authentication",
|
|
626
626
|
"method": "POST",
|
|
627
|
-
"path": "/api-keys
|
|
627
|
+
"path": "/api-keys/{key_id}/revoke",
|
|
628
628
|
"input_schema": {
|
|
629
629
|
"type": "object",
|
|
630
630
|
"properties": {
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"name": "delete_api_key",
|
|
643
643
|
"description": "Permanently delete an API key (hard delete)",
|
|
644
644
|
"method": "DELETE",
|
|
645
|
-
"path": "/api-keys
|
|
645
|
+
"path": "/api-keys/{key_id}",
|
|
646
646
|
"input_schema": {
|
|
647
647
|
"type": "object",
|
|
648
648
|
"properties": {
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"name": "update_invoice",
|
|
131
131
|
"description": "Update invoice details or change status. Can mark invoices as 'paid' (auto-calculates amount_paid as full total), or update other fields like description, due_date, etc.",
|
|
132
132
|
"method": "PUT",
|
|
133
|
-
"path": "/billing/invoices
|
|
133
|
+
"path": "/billing/invoices/{invoice_id}",
|
|
134
134
|
"input_schema": {
|
|
135
135
|
"type": "object",
|
|
136
136
|
"properties": {
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"name": "finalize_invoice",
|
|
227
227
|
"description": "Finalize a draft invoice (makes it immutable and ready for sending)",
|
|
228
228
|
"method": "POST",
|
|
229
|
-
"path": "/billing/invoices
|
|
229
|
+
"path": "/billing/invoices/{invoice_id}/finalize",
|
|
230
230
|
"input_schema": {
|
|
231
231
|
"type": "object",
|
|
232
232
|
"properties": {
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"name": "get_invoice",
|
|
317
317
|
"description": "Retrieve detailed information about a specific invoice",
|
|
318
318
|
"method": "GET",
|
|
319
|
-
"path": "/billing/invoices
|
|
319
|
+
"path": "/billing/invoices/{invoice_id}",
|
|
320
320
|
"input_schema": {
|
|
321
321
|
"type": "object",
|
|
322
322
|
"properties": {
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"name": "void_invoice",
|
|
350
350
|
"description": "Void an invoice (mark as cancelled)",
|
|
351
351
|
"method": "POST",
|
|
352
|
-
"path": "/billing/invoices
|
|
352
|
+
"path": "/billing/invoices/{invoice_id}/void",
|
|
353
353
|
"input_schema": {
|
|
354
354
|
"type": "object",
|
|
355
355
|
"properties": {
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"name": "generate_invoice_pdf",
|
|
372
372
|
"description": "Generate a PDF version of an invoice",
|
|
373
373
|
"method": "POST",
|
|
374
|
-
"path": "/billing/invoices
|
|
374
|
+
"path": "/billing/invoices/{invoice_id}/regenerate-pdf",
|
|
375
375
|
"input_schema": {
|
|
376
376
|
"type": "object",
|
|
377
377
|
"properties": {
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"name": "update_subscription",
|
|
480
480
|
"description": "Update subscription plan, quantity, or addons",
|
|
481
481
|
"method": "PUT",
|
|
482
|
-
"path": "/billing/subscriptions
|
|
482
|
+
"path": "/billing/subscriptions/{subscription_id}",
|
|
483
483
|
"input_schema": {
|
|
484
484
|
"type": "object",
|
|
485
485
|
"properties": {
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
"name": "cancel_subscription",
|
|
548
548
|
"description": "Cancel an active subscription",
|
|
549
549
|
"method": "POST",
|
|
550
|
-
"path": "/billing/subscriptions
|
|
550
|
+
"path": "/billing/subscriptions/{subscription_id}/cancel",
|
|
551
551
|
"input_schema": {
|
|
552
552
|
"type": "object",
|
|
553
553
|
"properties": {
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"name": "get_subscription",
|
|
683
683
|
"description": "Retrieve detailed information about a specific subscription",
|
|
684
684
|
"method": "GET",
|
|
685
|
-
"path": "/billing/subscriptions
|
|
685
|
+
"path": "/billing/subscriptions/{subscription_id}",
|
|
686
686
|
"input_schema": {
|
|
687
687
|
"type": "object",
|
|
688
688
|
"properties": {
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
"name": "update_customer",
|
|
829
829
|
"description": "Update customer billing information",
|
|
830
830
|
"method": "PUT",
|
|
831
|
-
"path": "/billing/customers
|
|
831
|
+
"path": "/billing/customers/{customer_id}",
|
|
832
832
|
"input_schema": {
|
|
833
833
|
"type": "object",
|
|
834
834
|
"properties": {
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"name": "get_customer",
|
|
923
923
|
"description": "Retrieve detailed information about a specific customer",
|
|
924
924
|
"method": "GET",
|
|
925
|
-
"path": "/billing/customers
|
|
925
|
+
"path": "/billing/customers/{customer_id}",
|
|
926
926
|
"input_schema": {
|
|
927
927
|
"type": "object",
|
|
928
928
|
"properties": {
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
"name": "get_customer_by_user_id",
|
|
941
941
|
"description": "Retrieve customer information by associated user ID",
|
|
942
942
|
"method": "GET",
|
|
943
|
-
"path": "/billing/customers/by-user
|
|
943
|
+
"path": "/billing/customers/by-user/{user_id}",
|
|
944
944
|
"input_schema": {
|
|
945
945
|
"type": "object",
|
|
946
946
|
"properties": {
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
"name": "delete_customer",
|
|
959
959
|
"description": "Delete a customer and associated billing data",
|
|
960
960
|
"method": "DELETE",
|
|
961
|
-
"path": "/billing/customers
|
|
961
|
+
"path": "/billing/customers/{customer_id}",
|
|
962
962
|
"input_schema": {
|
|
963
963
|
"type": "object",
|
|
964
964
|
"properties": {
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"name": "list_payment_methods",
|
|
1125
1125
|
"description": "List payment methods for a customer",
|
|
1126
1126
|
"method": "GET",
|
|
1127
|
-
"path": "/billing/customers
|
|
1127
|
+
"path": "/billing/customers/{customer_id}/payment-methods",
|
|
1128
1128
|
"input_schema": {
|
|
1129
1129
|
"type": "object",
|
|
1130
1130
|
"properties": {
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
"name": "create_payment_method",
|
|
1155
1155
|
"description": "Create a new payment method for a customer",
|
|
1156
1156
|
"method": "POST",
|
|
1157
|
-
"path": "/billing/customers
|
|
1157
|
+
"path": "/billing/customers/{customer_id}/payment-methods",
|
|
1158
1158
|
"input_schema": {
|
|
1159
1159
|
"type": "object",
|
|
1160
1160
|
"properties": {
|
|
@@ -1229,7 +1229,7 @@
|
|
|
1229
1229
|
"name": "create_price",
|
|
1230
1230
|
"description": "Create a price for a product",
|
|
1231
1231
|
"method": "POST",
|
|
1232
|
-
"path": "/billing/products
|
|
1232
|
+
"path": "/billing/products/{product_id}/prices",
|
|
1233
1233
|
"input_schema": {
|
|
1234
1234
|
"type": "object",
|
|
1235
1235
|
"properties": {
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"name": "update_vendor",
|
|
1385
1385
|
"description": "Update vendor information",
|
|
1386
1386
|
"method": "PUT",
|
|
1387
|
-
"path": "/billing/vendors
|
|
1387
|
+
"path": "/billing/vendors/{vendor_id}",
|
|
1388
1388
|
"input_schema": {
|
|
1389
1389
|
"type": "object",
|
|
1390
1390
|
"properties": {
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"name": "get_vendor",
|
|
1432
1432
|
"description": "Retrieve detailed information about a specific vendor",
|
|
1433
1433
|
"method": "GET",
|
|
1434
|
-
"path": "/billing/vendors
|
|
1434
|
+
"path": "/billing/vendors/{vendor_id}",
|
|
1435
1435
|
"input_schema": {
|
|
1436
1436
|
"type": "object",
|
|
1437
1437
|
"properties": {
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
"name": "delete_vendor",
|
|
1497
1497
|
"description": "Delete a vendor (soft delete to preserve expense history)",
|
|
1498
1498
|
"method": "DELETE",
|
|
1499
|
-
"path": "/billing/vendors
|
|
1499
|
+
"path": "/billing/vendors/{vendor_id}",
|
|
1500
1500
|
"input_schema": {
|
|
1501
1501
|
"type": "object",
|
|
1502
1502
|
"properties": {
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
"name": "update_expense",
|
|
1589
1589
|
"description": "Update expense information and approval status",
|
|
1590
1590
|
"method": "PUT",
|
|
1591
|
-
"path": "/billing/expenses
|
|
1591
|
+
"path": "/billing/expenses/{expense_id}",
|
|
1592
1592
|
"input_schema": {
|
|
1593
1593
|
"type": "object",
|
|
1594
1594
|
"properties": {
|
|
@@ -1654,7 +1654,7 @@
|
|
|
1654
1654
|
"name": "get_expense",
|
|
1655
1655
|
"description": "Retrieve detailed information about a specific expense",
|
|
1656
1656
|
"method": "GET",
|
|
1657
|
-
"path": "/billing/expenses
|
|
1657
|
+
"path": "/billing/expenses/{expense_id}",
|
|
1658
1658
|
"input_schema": {
|
|
1659
1659
|
"type": "object",
|
|
1660
1660
|
"properties": {
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
"name": "delete_expense",
|
|
1764
1764
|
"description": "Delete an expense record",
|
|
1765
1765
|
"method": "DELETE",
|
|
1766
|
-
"path": "/billing/expenses
|
|
1766
|
+
"path": "/billing/expenses/{expense_id}",
|
|
1767
1767
|
"input_schema": {
|
|
1768
1768
|
"type": "object",
|
|
1769
1769
|
"properties": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"name": "create_content_entry",
|
|
117
117
|
"description": "Create a new content entry of a specific type. Requires project_id.",
|
|
118
118
|
"method": "POST",
|
|
119
|
-
"path": "/cms/content
|
|
119
|
+
"path": "/cms/content/{content_type_slug}",
|
|
120
120
|
"input_schema": {
|
|
121
121
|
"type": "object",
|
|
122
122
|
"properties": {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"name": "list_content_entries",
|
|
169
169
|
"description": "Retrieve content entries for a specific content type with filtering and pagination. Requires project_id and content_type_slug.",
|
|
170
170
|
"method": "GET",
|
|
171
|
-
"path": "/cms/content
|
|
171
|
+
"path": "/cms/content/{content_type_slug}",
|
|
172
172
|
"input_schema": {
|
|
173
173
|
"type": "object",
|
|
174
174
|
"properties": {
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"name": "get_content_entry",
|
|
211
211
|
"description": "Retrieve a specific content entry by ID or slug",
|
|
212
212
|
"method": "GET",
|
|
213
|
-
"path": "/cms/entries
|
|
213
|
+
"path": "/cms/entries/{id}",
|
|
214
214
|
"input_schema": {
|
|
215
215
|
"type": "object",
|
|
216
216
|
"properties": {
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"name": "update_content_entry",
|
|
243
243
|
"description": "Update an existing content entry",
|
|
244
244
|
"method": "PUT",
|
|
245
|
-
"path": "/cms/entries
|
|
245
|
+
"path": "/cms/entries/{id}",
|
|
246
246
|
"input_schema": {
|
|
247
247
|
"type": "object",
|
|
248
248
|
"properties": {
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"name": "publish_content_entry",
|
|
282
282
|
"description": "Publish a content entry making it live",
|
|
283
283
|
"method": "POST",
|
|
284
|
-
"path": "/cms/entries
|
|
284
|
+
"path": "/cms/entries/{id}/publish",
|
|
285
285
|
"input_schema": {
|
|
286
286
|
"type": "object",
|
|
287
287
|
"properties": {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"name": "delete_content_entry",
|
|
304
304
|
"description": "Delete a content entry and all its versions (cannot be undone)",
|
|
305
305
|
"method": "DELETE",
|
|
306
|
-
"path": "/cms/entries
|
|
306
|
+
"path": "/cms/entries/{id}",
|
|
307
307
|
"input_schema": {
|
|
308
308
|
"type": "object",
|
|
309
309
|
"properties": {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"name": "delete_content_type",
|
|
326
326
|
"description": "Delete a content type and all associated entries (cannot be undone)",
|
|
327
327
|
"method": "DELETE",
|
|
328
|
-
"path": "/cms/content-types
|
|
328
|
+
"path": "/cms/content-types/{id}",
|
|
329
329
|
"input_schema": {
|
|
330
330
|
"type": "object",
|
|
331
331
|
"properties": {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
"name": "preview_content_entry",
|
|
353
353
|
"description": "Generate preview URL for unpublished content",
|
|
354
354
|
"method": "GET",
|
|
355
|
-
"path": "/cms/preview
|
|
355
|
+
"path": "/cms/preview/{content_type_slug}/{id}",
|
|
356
356
|
"input_schema": {
|
|
357
357
|
"type": "object",
|
|
358
358
|
"properties": {
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
"name": "get_delivery_content",
|
|
430
430
|
"description": "Retrieve published content optimized for API delivery. Requires project_id.",
|
|
431
431
|
"method": "GET",
|
|
432
|
-
"path": "/cms/delivery
|
|
432
|
+
"path": "/cms/delivery/{content_type_slug}",
|
|
433
433
|
"input_schema": {
|
|
434
434
|
"type": "object",
|
|
435
435
|
"properties": {
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"name": "get_content_type",
|
|
480
480
|
"description": "Get a specific content type by ID or slug with its field definitions. project_id is required when looking up by slug.",
|
|
481
481
|
"method": "GET",
|
|
482
|
-
"path": "/cms/content-types
|
|
482
|
+
"path": "/cms/content-types/{identifier}",
|
|
483
483
|
"input_schema": {
|
|
484
484
|
"type": "object",
|
|
485
485
|
"properties": {
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
"name": "update_content_type",
|
|
502
502
|
"description": "Update an existing content type's name, description, icon, or settings",
|
|
503
503
|
"method": "PUT",
|
|
504
|
-
"path": "/cms/content-types
|
|
504
|
+
"path": "/cms/content-types/{id}",
|
|
505
505
|
"input_schema": {
|
|
506
506
|
"type": "object",
|
|
507
507
|
"properties": {
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"name": "get_content_entry_by_slug",
|
|
540
540
|
"description": "Retrieve a content entry by content type and entry slug. Requires project_id.",
|
|
541
541
|
"method": "GET",
|
|
542
|
-
"path": "/cms/content
|
|
542
|
+
"path": "/cms/content/{content_type_slug}/by-slug/{slug}",
|
|
543
543
|
"input_schema": {
|
|
544
544
|
"type": "object",
|
|
545
545
|
"properties": {
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
"name": "unpublish_content_entry",
|
|
573
573
|
"description": "Unpublish a content entry (revert to draft status)",
|
|
574
574
|
"method": "POST",
|
|
575
|
-
"path": "/cms/entries
|
|
575
|
+
"path": "/cms/entries/{id}/unpublish",
|
|
576
576
|
"input_schema": {
|
|
577
577
|
"type": "object",
|
|
578
578
|
"properties": {
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
"name": "create_content_field",
|
|
595
595
|
"description": "Add a new field to a content type (text, number, image, select, etc.)",
|
|
596
596
|
"method": "POST",
|
|
597
|
-
"path": "/cms/content-types
|
|
597
|
+
"path": "/cms/content-types/{content_type_id}/fields",
|
|
598
598
|
"input_schema": {
|
|
599
599
|
"type": "object",
|
|
600
600
|
"properties": {
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"name": "update_content_field",
|
|
665
665
|
"description": "Update an existing content field's label, options, or requirements",
|
|
666
666
|
"method": "PUT",
|
|
667
|
-
"path": "/cms/content-fields
|
|
667
|
+
"path": "/cms/content-fields/{id}",
|
|
668
668
|
"input_schema": {
|
|
669
669
|
"type": "object",
|
|
670
670
|
"properties": {
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"name": "delete_content_field",
|
|
703
703
|
"description": "Delete a content field from a content type",
|
|
704
704
|
"method": "DELETE",
|
|
705
|
-
"path": "/cms/content-fields
|
|
705
|
+
"path": "/cms/content-fields/{id}",
|
|
706
706
|
"input_schema": {
|
|
707
707
|
"type": "object",
|
|
708
708
|
"properties": {
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"name": "reorder_content_fields",
|
|
721
721
|
"description": "Reorder the fields of a content type",
|
|
722
722
|
"method": "POST",
|
|
723
|
-
"path": "/cms/content-types
|
|
723
|
+
"path": "/cms/content-types/{content_type_id}/fields/reorder",
|
|
724
724
|
"input_schema": {
|
|
725
725
|
"type": "object",
|
|
726
726
|
"properties": {
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"name": "get_delivery_content_by_slug",
|
|
757
757
|
"description": "Retrieve a single published content entry by slug, optimized for API delivery. Requires project_id.",
|
|
758
758
|
"method": "GET",
|
|
759
|
-
"path": "/cms/delivery
|
|
759
|
+
"path": "/cms/delivery/{content_type_slug}/{slug}",
|
|
760
760
|
"input_schema": {
|
|
761
761
|
"type": "object",
|
|
762
762
|
"properties": {
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"name": "list_content_versions",
|
|
785
785
|
"description": "List all versions of a content entry with pagination",
|
|
786
786
|
"method": "GET",
|
|
787
|
-
"path": "/cms/entries
|
|
787
|
+
"path": "/cms/entries/{content_entry_id}/versions",
|
|
788
788
|
"input_schema": {
|
|
789
789
|
"type": "object",
|
|
790
790
|
"properties": {
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"name": "get_content_version",
|
|
818
818
|
"description": "Get a specific content version by version ID",
|
|
819
819
|
"method": "GET",
|
|
820
|
-
"path": "/cms/versions
|
|
820
|
+
"path": "/cms/versions/{version_id}",
|
|
821
821
|
"input_schema": {
|
|
822
822
|
"type": "object",
|
|
823
823
|
"properties": {
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
"name": "get_content_version_by_number",
|
|
836
836
|
"description": "Get a specific version of a content entry by version number",
|
|
837
837
|
"method": "GET",
|
|
838
|
-
"path": "/cms/entries
|
|
838
|
+
"path": "/cms/entries/{content_entry_id}/versions/{version_number}",
|
|
839
839
|
"input_schema": {
|
|
840
840
|
"type": "object",
|
|
841
841
|
"properties": {
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
"name": "restore_content_version",
|
|
859
859
|
"description": "Restore a content entry to a previous version by version ID",
|
|
860
860
|
"method": "POST",
|
|
861
|
-
"path": "/cms/versions
|
|
861
|
+
"path": "/cms/versions/{version_id}/restore",
|
|
862
862
|
"input_schema": {
|
|
863
863
|
"type": "object",
|
|
864
864
|
"properties": {
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
"name": "restore_content_version_by_number",
|
|
877
877
|
"description": "Restore a content entry to a previous version by entry ID and version number",
|
|
878
878
|
"method": "POST",
|
|
879
|
-
"path": "/cms/entries
|
|
879
|
+
"path": "/cms/entries/{content_entry_id}/versions/{version_number}/restore",
|
|
880
880
|
"input_schema": {
|
|
881
881
|
"type": "object",
|
|
882
882
|
"properties": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"name": "get",
|
|
140
140
|
"description": "Get detailed information about a specific serverless function including optional code and version history",
|
|
141
141
|
"method": "GET",
|
|
142
|
-
"path": "/functions
|
|
142
|
+
"path": "/functions/{function_id}",
|
|
143
143
|
"input_schema": {
|
|
144
144
|
"type": "object",
|
|
145
145
|
"properties": {
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"name": "update",
|
|
166
166
|
"description": "Update an existing serverless function's code, runtime, timeout, memory, or environment variables",
|
|
167
167
|
"method": "PUT",
|
|
168
|
-
"path": "/functions
|
|
168
|
+
"path": "/functions/{function_id}",
|
|
169
169
|
"input_schema": {
|
|
170
170
|
"type": "object",
|
|
171
171
|
"properties": {
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"name": "delete",
|
|
215
215
|
"description": "Delete a serverless function permanently",
|
|
216
216
|
"method": "DELETE",
|
|
217
|
-
"path": "/functions
|
|
217
|
+
"path": "/functions/{function_id}",
|
|
218
218
|
"input_schema": {
|
|
219
219
|
"type": "object",
|
|
220
220
|
"properties": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"name": "deploy",
|
|
238
238
|
"description": "Deploy a serverless function to make it available for invocation",
|
|
239
239
|
"method": "POST",
|
|
240
|
-
"path": "/functions
|
|
240
|
+
"path": "/functions/{function_id}/deploy",
|
|
241
241
|
"input_schema": {
|
|
242
242
|
"type": "object",
|
|
243
243
|
"properties": {
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"name": "invoke",
|
|
256
256
|
"description": "Test invoke a deployed serverless function with input data",
|
|
257
257
|
"method": "POST",
|
|
258
|
-
"path": "/functions
|
|
258
|
+
"path": "/functions/{function_id}/invoke",
|
|
259
259
|
"input_schema": {
|
|
260
260
|
"type": "object",
|
|
261
261
|
"properties": {
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"name": "logs",
|
|
283
283
|
"description": "Get execution logs and history for a serverless function with filtering by status, date range, and pagination",
|
|
284
284
|
"method": "GET",
|
|
285
|
-
"path": "/functions
|
|
285
|
+
"path": "/functions/{function_id}/logs",
|
|
286
286
|
"input_schema": {
|
|
287
287
|
"type": "object",
|
|
288
288
|
"properties": {
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"name": "get_job_status",
|
|
490
490
|
"description": "Check the status of an async AI generation job (video, image, or 3D). Returns current status, progress, and result when complete.",
|
|
491
491
|
"method": "GET",
|
|
492
|
-
"path": "/ai/jobs
|
|
492
|
+
"path": "/ai/jobs/{requestId}",
|
|
493
493
|
"input_schema": {
|
|
494
494
|
"type": "object",
|
|
495
495
|
"properties": {
|