|
73605 | 73605 | "x-codeSamples": [ |
73606 | 73606 | { |
73607 | 73607 | "lang": "Shell", |
73608 | | - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/configcheck", |
73609 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/configcheck</code></pre>" |
| 73608 | + "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/configcheck", |
| 73609 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/configcheck</code></pre>" |
73610 | 73610 | }, |
73611 | 73611 | { |
73612 | 73612 | "lang": "JavaScript", |
|
73655 | 73655 | "x-codeSamples": [ |
73656 | 73656 | { |
73657 | 73657 | "lang": "Shell", |
73658 | | - "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/configure", |
73659 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/configure</code></pre>" |
| 73658 | + "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/configure", |
| 73659 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/configure</code></pre>" |
73660 | 73660 | }, |
73661 | 73661 | { |
73662 | 73662 | "lang": "JavaScript", |
|
73704 | 73704 | "x-codeSamples": [ |
73705 | 73705 | { |
73706 | 73706 | "lang": "Shell", |
73707 | | - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/maintenance", |
73708 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/maintenance</code></pre>" |
| 73707 | + "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/maintenance", |
| 73708 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/maintenance</code></pre>" |
73709 | 73709 | }, |
73710 | 73710 | { |
73711 | 73711 | "lang": "JavaScript", |
|
73754 | 73754 | "x-codeSamples": [ |
73755 | 73755 | { |
73756 | 73756 | "lang": "Shell", |
73757 | | - "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/maintenance \\\n --data-urlencode maintenance=maintenance", |
73758 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/maintenance \\\n --data-urlencode maintenance=maintenance</code></pre>" |
| 73757 | + "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/maintenance \\\n --data-urlencode maintenance=maintenance", |
| 73758 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/maintenance \\\n --data-urlencode maintenance=maintenance</code></pre>" |
73759 | 73759 | }, |
73760 | 73760 | { |
73761 | 73761 | "lang": "JavaScript", |
|
73842 | 73842 | "x-codeSamples": [ |
73843 | 73843 | { |
73844 | 73844 | "lang": "Shell", |
73845 | | - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings", |
73846 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings</code></pre>" |
| 73845 | + "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings", |
| 73846 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings</code></pre>" |
73847 | 73847 | }, |
73848 | 73848 | { |
73849 | 73849 | "lang": "JavaScript", |
|
73892 | 73892 | "x-codeSamples": [ |
73893 | 73893 | { |
73894 | 73894 | "lang": "Shell", |
73895 | | - "source": "curl \\\n -X PUT \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings \\\n --data-urlencode settings=settings", |
73896 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X PUT \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings \\\n --data-urlencode settings=settings</code></pre>" |
| 73895 | + "source": "curl \\\n -X PUT \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings \\\n --data-urlencode settings=settings", |
| 73896 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X PUT \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings \\\n --data-urlencode settings=settings</code></pre>" |
73897 | 73897 | }, |
73898 | 73898 | { |
73899 | 73899 | "lang": "JavaScript", |
|
73979 | 73979 | "x-codeSamples": [ |
73980 | 73980 | { |
73981 | 73981 | "lang": "Shell", |
73982 | | - "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings/authorized-keys", |
73983 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings/authorized-keys</code></pre>" |
| 73982 | + "source": "curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings/authorized-keys", |
| 73983 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings/authorized-keys</code></pre>" |
73984 | 73984 | }, |
73985 | 73985 | { |
73986 | 73986 | "lang": "JavaScript", |
|
74029 | 74029 | "x-codeSamples": [ |
74030 | 74030 | { |
74031 | 74031 | "lang": "Shell", |
74032 | | - "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key", |
74033 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key</code></pre>" |
| 74032 | + "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key", |
| 74033 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key</code></pre>" |
74034 | 74034 | }, |
74035 | 74035 | { |
74036 | 74036 | "lang": "JavaScript", |
|
74117 | 74117 | "x-codeSamples": [ |
74118 | 74118 | { |
74119 | 74119 | "lang": "Shell", |
74120 | | - "source": "curl \\\n -X DELETE \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key", |
74121 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X DELETE \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key</code></pre>" |
| 74120 | + "source": "curl \\\n -X DELETE \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key", |
| 74121 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X DELETE \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/settings/authorized-keys \\\n --data-urlencode authorized_key=authorized_key</code></pre>" |
74122 | 74122 | }, |
74123 | 74123 | { |
74124 | 74124 | "lang": "JavaScript", |
|
74205 | 74205 | "x-codeSamples": [ |
74206 | 74206 | { |
74207 | 74207 | "lang": "Shell", |
74208 | | - "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/start \\\n --data-urlencode license=license", |
74209 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/start \\\n --data-urlencode license=license</code></pre>" |
| 74208 | + "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/start \\\n --data-urlencode license=license", |
| 74209 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/start \\\n --data-urlencode license=license</code></pre>" |
74210 | 74210 | }, |
74211 | 74211 | { |
74212 | 74212 | "lang": "JavaScript", |
|
74325 | 74325 | "x-codeSamples": [ |
74326 | 74326 | { |
74327 | 74327 | "lang": "Shell", |
74328 | | - "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/upgrade \\\n --data-urlencode license=license", |
74329 | | - "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/api/v3/setup/api/upgrade \\\n --data-urlencode license=license</code></pre>" |
| 74328 | + "source": "curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/upgrade \\\n --data-urlencode license=license", |
| 74329 | + "html": "<pre><code class=\"hljs language-shell\">curl \\\n -X POST \\\n -H \"Accept: application/vnd.github.v3+json\" \\\n http(s)://{hostname}/setup/api/upgrade \\\n --data-urlencode license=license</code></pre>" |
74330 | 74330 | }, |
74331 | 74331 | { |
74332 | 74332 | "lang": "JavaScript", |
|
0 commit comments