跳到主要内容

更新组织基本信息

更新组织的基本信息,当前操作人必须是组织管理员。

Path Parameters
  • org string required

    组织命名空间

Header Parameters
  • Authorization required

    Oauth2 token或者私人token(需以Bearer加空格开头)

Request Body required

Update org request body

  • description string

    组织的描述

  • name string

    组织的名称

  • company string

    组织官网

  • location string

    组织位置

Responses

操作成功


Schema
  • login string

    组织名称

  • id string

    组织id

  • url string

    组织的OepnApi地址

  • repos_url string

    组织的repos地址

  • events_url string

    组织的event地址

  • hooks_url string

    组织的hooks地址

  • issues_url string

    组织的issue地址

  • members_url string

    组织的members地址

  • public_members_url string

    组织的public members地址

  • avatar_url string

    组织头像地址

  • description string

    组织的描述

  • name string

    the organization's name

  • company string

    组织官网

  • blog string

    组织的blog

  • location string

    组织位置

  • public_repos Integer

    组织的公共仓库数量

  • followers Integer

    组织的粉丝数量

  • following Integer

    组织的关注人数量

  • email string

    组织的电子邮箱

  • html_url string

    组织的url

  • created_at string

    组织的创建时间

  • updated_at string

    组织的更新时间

  • type string

    组织的类型

Loading...