create_team_access_token
Generate a team access token for Qiita API by exchanging an OAuth authorization code with client credentials.
Instructions
Create a new team access token by exchanging an authorization code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | OAuth application client ID | |
| client_secret | Yes | OAuth application client secret | |
| code | Yes | Authorization code received from OAuth flow |