|
504 | 504 | }, |
505 | 505 | { |
506 | 506 | "key": "auto_publish_text", |
507 | | - "value": "true" |
| 507 | + "value": "true", |
| 508 | + "description": "When this optional flag is passed, a Threads post is published automatically when a Threads media container is created without needing to go through the extra publish step." |
508 | 509 | } |
509 | 510 | ] |
510 | 511 | } |
|
595 | 596 | }, |
596 | 597 | { |
597 | 598 | "key": "location_id", |
598 | | - "value": null, |
| 599 | + "value": "{{location_id}}", |
599 | 600 | "description": "The ID of the location being tagged.", |
600 | 601 | "disabled": true |
601 | 602 | } |
|
650 | 651 | "value": null, |
651 | 652 | "description": "Required if replying to a specific post.", |
652 | 653 | "disabled": true |
| 654 | + }, |
| 655 | + { |
| 656 | + "key": "topic_tag", |
| 657 | + "value": "ThreadsAPI", |
| 658 | + "description": "The topic to add to a post.", |
| 659 | + "disabled": true |
| 660 | + }, |
| 661 | + { |
| 662 | + "key": "location_id", |
| 663 | + "value": "{{location_id}}", |
| 664 | + "description": "The ID of the location being tagged.", |
| 665 | + "disabled": true |
653 | 666 | } |
654 | 667 | ] |
655 | 668 | } |
|
740 | 753 | }, |
741 | 754 | { |
742 | 755 | "key": "location_id", |
743 | | - "value": null, |
| 756 | + "value": "{{location_id}}", |
744 | 757 | "description": "The ID of the location being tagged.", |
745 | 758 | "disabled": true |
746 | 759 | } |
|
795 | 808 | "value": null, |
796 | 809 | "description": "Required if replying to a specific post.", |
797 | 810 | "disabled": true |
| 811 | + }, |
| 812 | + { |
| 813 | + "key": "topic_tag", |
| 814 | + "value": "ThreadsAPI", |
| 815 | + "description": "The topic to add to a post.", |
| 816 | + "disabled": true |
| 817 | + }, |
| 818 | + { |
| 819 | + "key": "location_id", |
| 820 | + "value": "{{location_id}}", |
| 821 | + "description": "The ID of the location being tagged.", |
| 822 | + "disabled": true |
798 | 823 | } |
799 | 824 | ] |
800 | 825 | } |
|
1184 | 1209 | "key": "text", |
1185 | 1210 | "value": "This is a carousel.", |
1186 | 1211 | "description": "The text associated with the post. This is optional on carousel posts." |
| 1212 | + }, |
| 1213 | + { |
| 1214 | + "key": "reply_control", |
| 1215 | + "value": "everyone", |
| 1216 | + "description": "Can be used to specify who can reply to a post.", |
| 1217 | + "disabled": true |
| 1218 | + }, |
| 1219 | + { |
| 1220 | + "key": "reply_to_id", |
| 1221 | + "value": null, |
| 1222 | + "description": "Required if replying to a specific post.", |
| 1223 | + "disabled": true |
| 1224 | + }, |
| 1225 | + { |
| 1226 | + "key": "topic_tag", |
| 1227 | + "value": "ThreadsAPI", |
| 1228 | + "description": "The topic to add to a post.", |
| 1229 | + "disabled": true |
| 1230 | + }, |
| 1231 | + { |
| 1232 | + "key": "location_id", |
| 1233 | + "value": "{{location_id}}", |
| 1234 | + "description": "The ID of the location being tagged.", |
| 1235 | + "disabled": true |
1187 | 1236 | } |
1188 | 1237 | ] |
1189 | 1238 | }, |
|
1219 | 1268 | "key": "text", |
1220 | 1269 | "value": "This is a carousel", |
1221 | 1270 | "description": "(Optional.) The text associated with the post." |
| 1271 | + }, |
| 1272 | + { |
| 1273 | + "key": "reply_control", |
| 1274 | + "value": "everyone", |
| 1275 | + "description": "Can be used to specify who can reply to a post.", |
| 1276 | + "disabled": true |
| 1277 | + }, |
| 1278 | + { |
| 1279 | + "key": "reply_to_id", |
| 1280 | + "value": null, |
| 1281 | + "description": "Required if replying to a specific post.", |
| 1282 | + "disabled": true |
| 1283 | + }, |
| 1284 | + { |
| 1285 | + "key": "topic_tag", |
| 1286 | + "value": "ThreadsAPI", |
| 1287 | + "description": "The topic to add to a post.", |
| 1288 | + "disabled": true |
| 1289 | + }, |
| 1290 | + { |
| 1291 | + "key": "location_id", |
| 1292 | + "value": "{{location_id}}", |
| 1293 | + "description": "The ID of the location being tagged.", |
| 1294 | + "disabled": true |
1222 | 1295 | } |
1223 | 1296 | ] |
1224 | 1297 | } |
|
1619 | 1692 | "method": "GET", |
1620 | 1693 | "header": [], |
1621 | 1694 | "url": { |
1622 | | - "raw": "{{api_host}}/location_search?q=Menlo Park&fields={{fields_locations}}", |
| 1695 | + "raw": "{{api_host}}/location_search?q=Menlo Park&fields={{fields_location}}", |
1623 | 1696 | "host": [ |
1624 | 1697 | "{{api_host}}" |
1625 | 1698 | ], |
|
1646 | 1719 | }, |
1647 | 1720 | { |
1648 | 1721 | "key": "fields", |
1649 | | - "value": "{{fields_locations}}", |
| 1722 | + "value": "{{fields_location}}", |
1650 | 1723 | "description": "List of comma-separated fields for a location." |
1651 | 1724 | } |
1652 | 1725 | ] |
|
1659 | 1732 | "method": "GET", |
1660 | 1733 | "header": [], |
1661 | 1734 | "url": { |
1662 | | - "raw": "{{api_host}}/location_search?q=Menlo Park&fields={{fields_locations}}", |
| 1735 | + "raw": "{{api_host}}/location_search?q=Menlo Park&fields={{fields_location}}", |
1663 | 1736 | "host": [ |
1664 | 1737 | "{{api_host}}" |
1665 | 1738 | ], |
|
1686 | 1759 | }, |
1687 | 1760 | { |
1688 | 1761 | "key": "fields", |
1689 | | - "value": "{{fields_locations}}", |
1690 | | - "description": "List of comma-separated fields for a location." |
| 1762 | + "value": "{{fields_location}}" |
1691 | 1763 | } |
1692 | 1764 | ] |
1693 | 1765 | } |
|
1709 | 1781 | "method": "GET", |
1710 | 1782 | "header": [], |
1711 | 1783 | "url": { |
1712 | | - "raw": "{{api_host}}/{{location_id}}?fields={{fields_locations}}", |
| 1784 | + "raw": "{{api_host}}/{{location_id}}?fields={{fields_location}}", |
1713 | 1785 | "host": [ |
1714 | 1786 | "{{api_host}}" |
1715 | 1787 | ], |
|
1719 | 1791 | "query": [ |
1720 | 1792 | { |
1721 | 1793 | "key": "fields", |
1722 | | - "value": "{{fields_locations}}", |
| 1794 | + "value": "{{fields_location}}", |
1723 | 1795 | "description": "List of comma-separated fields for a location." |
1724 | 1796 | } |
1725 | 1797 | ] |
|
1732 | 1804 | "method": "GET", |
1733 | 1805 | "header": [], |
1734 | 1806 | "url": { |
1735 | | - "raw": "{{api_host}}/{{location_id}}?fields={{fields_locations}}", |
| 1807 | + "raw": "{{api_host}}/{{location_id}}?fields={{fields_location}}", |
1736 | 1808 | "host": [ |
1737 | 1809 | "{{api_host}}" |
1738 | 1810 | ], |
|
1742 | 1814 | "query": [ |
1743 | 1815 | { |
1744 | 1816 | "key": "fields", |
1745 | | - "value": "{{fields_locations}}", |
| 1817 | + "value": "{{fields_location}}", |
1746 | 1818 | "description": "List of comma-separated fields for a location." |
1747 | 1819 | } |
1748 | 1820 | ] |
|
3517 | 3589 | "type": "string" |
3518 | 3590 | }, |
3519 | 3591 | { |
3520 | | - "key": "fields_locations", |
| 3592 | + "key": "fields_location", |
3521 | 3593 | "value": "id,address,city,country,name,latitude,longitude,postal_code", |
3522 | 3594 | "type": "string" |
3523 | 3595 | }, |
|
0 commit comments