Skip to main content

25 検索結果 "content_type"

REST API / Guides /

REST API と Ruby を使用したスクリプト

オプションを追加します。 headers オプションの値は、キーがヘッダー名で値がヘッダー値のハッシュです。 たとえば、値が text/plain の content-type ヘッダーを送信する場合は次のようになります。 Ruby octokit.request("POST /markdown/raw"

GitHub Actions / セキュリティ / セキュリティ強化されたデプロイ /

JFrog での OpenID Connect の構成

fetch_access_token env: ID_TOKEN: $ run: | ACCESS_TOKEN=$(curl \ -X POST \ -H "Content-type: application/json" \ https://example.jfrog.io/access/api/v1/oidc/token

REST API / Guides /

REST API と JavaScript を使用したスクリプト

プロパティを追加します。 headers プロパティの値は、キーがヘッダー名で値がヘッダー値のオブジェクトです。 たとえば、text/plain の値を持つ content-type ヘッダーと、2022-11-28 の値を持つ x-github-api-version ヘッダーを送信するには、次のようにします。 JavaScript

REST API / REST API の使用 /

REST API を使用した作業の開始

headers プロパティの値は、キーがヘッダー名で値がヘッダー値のオブジェクトです。 たとえば、次のコードは、text/plain の値を持つ content-type ヘッダーと、2022-11-28 の値を持つ X-GitHub-Api-Version ヘッダーを送信します。 JavaScript await

GitHub Actions / ワークフローと展開を管理する / 展開を管理する /

カスタム デプロイ保護規則の作成

github+json" \ --header "Authorization: Bearer {jwt}" \ --header "Content-Type: application/json" \ --data \ '{ \ "repository_ids": [321]

GitHub Copilot / Copilot 拡張機能を構築する / Copilot エージェントを構築する /

Copilot プラットフォームと通信するように Copilot エージェントを構成する

\ --url $AGENT_URL \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header "X-GitHub-Token: $RUNTIME_GENERATED_TOKEN"

組織 / Organization の設定を管理する /

組織内の GitHub ホスト ランナーの Azure プライベート ネットワーク構成のトラブルシューティング

Network/NetworkSettings?api-version={api-version}&subnetId={subnetId}" \ --header 'Content-Type: application/json' \ --header "Authorization: Bearer {entra_token}"

REST API / Projects (classic) /

Project (classic)カード用 REST API エンドポイント

integer 必須 The unique identifier of the content associated with the card content_type string 必須 The piece of content associated with the card "Create

GitHub Actions / セキュリティ / セキュリティ強化されたデプロイ /

クラウド プロバイダーでの OpenID Connect の構成

IDTOKENURL}} -H "Accept: application/json; api-version=2.0" -H "Content-Type: application/json" -d "{}" | jq -r '.value') echo $IDTOKEN

GitHub Actions / セキュリティ / セキュリティ ガイド /

自動トークン認証

--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \ --header 'content-type: application/json' \ --data '{ "title": "Automated issue