curl --request PATCH \
--url https://gogs.example.com/api/v1/orgs/{orgname} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"full_name": "<string>",
"description": "<string>",
"website": "<string>",
"location": "<string>"
}
'{
"id": 123,
"username": "<string>",
"full_name": "<string>",
"avatar_url": "<string>",
"description": "<string>",
"website": "<string>",
"location": "<string>"
}curl --request PATCH \
--url https://gogs.example.com/api/v1/orgs/{orgname} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"full_name": "<string>",
"description": "<string>",
"website": "<string>",
"location": "<string>"
}
'{
"id": 123,
"username": "<string>",
"full_name": "<string>",
"avatar_url": "<string>",
"description": "<string>",
"website": "<string>",
"location": "<string>"
}Personal access token. Use format: token {YOUR_ACCESS_TOKEN}
Organization name