curl --request POST \
--url https://use.hoop.dev/api/integrations/jira \
--header 'Content-Type: application/json' \
--data '{
"api_token": "<string>",
"created_at": "<string>",
"id": "<string>",
"org_id": "<string>",
"status": "enabled",
"updated_at": "<string>",
"url": "<string>",
"user": "<string>"
}'
{
"api_token": "<string>",
"created_at": "<string>",
"id": "<string>",
"org_id": "<string>",
"status": "enabled",
"updated_at": "<string>",
"url": "<string>",
"user": "<string>"
}
Create a new Jira integration for the organization
curl --request POST \
--url https://use.hoop.dev/api/integrations/jira \
--header 'Content-Type: application/json' \
--data '{
"api_token": "<string>",
"created_at": "<string>",
"id": "<string>",
"org_id": "<string>",
"status": "enabled",
"updated_at": "<string>",
"url": "<string>",
"user": "<string>"
}'
{
"api_token": "<string>",
"created_at": "<string>",
"id": "<string>",
"org_id": "<string>",
"status": "enabled",
"updated_at": "<string>",
"url": "<string>",
"user": "<string>"
}
The request body resource
The body is of type object
.
Created
The response is of type object
.
Was this page helpful?