Insight into codes of conduct for your communities.
2 endpoints tagged codes-of-conduct, each listing its
parameters and possible responses. Search or scroll the index below to
jump to a specific endpoint.
No endpoints match your search.
GET /codes_of_conduct
Returns array of all GitHub's codes of conduct.
No parameters.
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
| 304 | Not modified | no |
GET /codes_of_conduct/{key}
Returns information about the specified GitHub code of conduct.
| Name | In | Required | Description |
|---|---|---|---|
key | path | yes |
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
| 404 | Resource not found | yes |
| 304 | Not modified | no |