Github API

Getting access, Developing, Testing

Back to Github

Replace all repository topics

Input

type: object properties: parameters: type: object properties: owner: type: string description: The account owner of the repository. The name is not case sensitive. repo: type: string description: The name of the repository. The name is not case sensitive. required: - owner - repo title: Parameters data: type: object properties: names: type: array description: >- An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters. items: type: string title: Data

Output

type: object title: Topic properties: names: type: array items: type: string