> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# X API 顧客向け ユースケース変更リクエスト

> 既存の X API エンタープライズ顧客が、これまで承認されたユースケースに対する変更(データ製品やワークフローの変更を含む)をリクエストするためのフォーム。

export const Form = ({src, width = "500", height = "1000"}) => {
  const maxWidth = `${parseInt(width, 10) || 500}px`;
  return <iframe className="form" src={src} height={height} style={{
    width: '100%',
    maxWidth
  }} frameborder="0" allowfullscreen>
    </iframe>;
};

<Form src="https://developer.x.com/en/products/x-api/enterprise/apply-for-use-case/use-case-modification" />
