Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 2d89fc7

Browse files
committed
Move the somewhat out of date table of commands into its own file - which then needs to be created automatically in the Makefile
1 parent 388ba06 commit 2d89fc7

3 files changed

Lines changed: 78 additions & 212 deletions

File tree

README.md

Lines changed: 1 addition & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,77 +1106,7 @@ $
11061106

11071107
### Table of commands
11081108

1109-
|`GET` |`PUT` |`POST` |`PATCH` |`DELETE`|API call|
1110-
|--------|--------|--------|--------|--------|:--------|
1111-
|`GET` | |`POST` | |`DELETE`|/certificates|
1112-
|`GET` | | | | |/ips|
1113-
|`GET` | | |`PATCH` | |/organizations|
1114-
|`GET` | |`POST` |`PATCH` |`DELETE`|/organizations/:identifier/firewall/access_rules/rules|
1115-
| | | |`PATCH` | |/organizations/:identifier/invite|
1116-
|`GET` | |`POST` | |`DELETE`|/organizations/:identifier/invites|
1117-
|`GET` | | |`PATCH` |`DELETE`|/organizations/:identifier/members|
1118-
|`GET` | |`POST` |`PATCH` |`DELETE`|/organizations/:identifier/railguns|
1119-
|`GET` | | | | |/organizations/:identifier/railguns/:identifier/zones|
1120-
|`GET` | | | | |/organizations/:identifier/roles|
1121-
|`GET` | |`POST` |`PATCH` |`DELETE`|/organizations/:identifier/virtual_dns|
1122-
|`GET` | |`POST` |`PATCH` |`DELETE`|/railguns|
1123-
|`GET` | | | | |/railguns/:identifier/zones|
1124-
|`GET` | | |`PATCH` | |/user|
1125-
|`GET` | | | | |/user/billing/history|
1126-
|`GET` | | | | |/user/billing/profile|
1127-
|`GET` | | | | |/user/billing/subscriptions/apps|
1128-
|`GET` | | | | |/user/billing/subscriptions/zones|
1129-
|`GET` | |`POST` |`PATCH` |`DELETE`|/user/firewall/access_rules/rules|
1130-
|`GET` | | |`PATCH` | |/user/invites|
1131-
|`GET` | | | |`DELETE`|/user/organizations|
1132-
|`GET` | |`POST` |`PATCH` |`DELETE`|/user/virtual_dns|
1133-
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones|
1134-
| |`PUT` | | | |/zones/:identifier/activation_check|
1135-
|`GET` | | | | |/zones/:identifier/analytics/colos|
1136-
|`GET` | | | | |/zones/:identifier/analytics/dashboard|
1137-
|`GET` | | | | |/zones/:identifier/available_plans|
1138-
| |`PUT` | | | |/zones/:identifier/custom_certificates/prioritize|
1139-
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones/:identifier/custom_certificates|
1140-
|`GET` |`PUT` | | | |/zones/:identifier/custom_pages|
1141-
|`GET` |`PUT` |`POST` | |`DELETE`|/zones/:identifier/dns_records|
1142-
|`GET` | | |`PATCH` | |/zones/:identifier/firewall/waf/packages/:identifier/groups|
1143-
|`GET` | | |`PATCH` | |/zones/:identifier/firewall/waf/packages/:identifier/rules|
1144-
|`GET` | | |`PATCH` | |/zones/:identifier/firewall/waf/packages|
1145-
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones/:identifier/firewall/access_rules/rules|
1146-
|`GET` | |`POST` |`PATCH` |`DELETE`|/zones/:identifier/keyless_certificates|
1147-
|`GET` |`PUT` |`POST` |`PATCH` |`DELETE`|/zones/:identifier/pagerules|
1148-
| | | | |`DELETE`|/zones/:identifier/purge_cache|
1149-
|`GET` | | | | |/zones/:identifier/railguns/:identifier/diagnose|
1150-
|`GET` | | |`PATCH` | |/zones/:identifier/railguns|
1151-
|`GET` | | |`PATCH` | |/zones/:identifier/settings|
1152-
|`GET` | | | | |/zones/:identifier/settings/advanced_ddos|
1153-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/always_online|
1154-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/browser_cache_ttl|
1155-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/browser_check|
1156-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/cache_level|
1157-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/challenge_ttl|
1158-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/development_mode|
1159-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/email_obfuscation|
1160-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/hotlink_protection|
1161-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/ip_geolocation|
1162-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/ipv6|
1163-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/minify|
1164-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/mirage|
1165-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/mobile_redirect|
1166-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/origin_error_page_pass_thru|
1167-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/polish|
1168-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/prefetch_preload|
1169-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/response_buffering|
1170-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/rocket_loader|
1171-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/security_header|
1172-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/security_level|
1173-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/server_side_exclude|
1174-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/sort_query_string_for_cache|
1175-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/ssl|
1176-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/tls_1_2_only|
1177-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/tls_client_auth|
1178-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/true_client_ip_header|
1179-
|`GET` | | |`PATCH` | |/zones/:identifier/settings/waf|
1109+
An automatically generated table of commands is provided [here](TABLE-OF-COMMANDS.md).
11801110

11811111
## Adding extra API calls manually
11821112

0 commit comments

Comments
 (0)