API குறிப்பு
board-github
இந்தப் பகுதியில் 20 முடிவுப்புள்ளிகள் உள்ளன. ஒவ்வொன்றும் அதன் சொந்த அளவுருக்கள், அதன் பதில் மற்றும் நீங்கள் இயக்கக்கூடிய கோரிக்கையுடன் அதன் சொந்தப் பக்கத்தைக் கொண்டுள்ளது.
| முறை | பாதை | இது என்ன செய்கிறது | அனுமதி |
|---|---|---|---|
| POST | /v1/board-github/discover | List the GitHub Projects a credential can see. | — |
| GET | /v1/board-github/links | The GitHub Projects this organisation has connected. | — |
| POST | /v1/board-github/links | Connect a GitHub Project to this organisation. | — |
| DELETE | /v1/board-github/links/{linkId} | Disconnect a GitHub Project. | — |
| GET | /v1/board-github/links/{linkId} | One connection, with its WIP report and its open notices. | — |
| PATCH | /v1/board-github/links/{linkId} | Change a connection's sync direction or the board it sits alongside. | — |
| GET | /v1/board-github/links/{linkId}/conflicts | Every field whose value was overwritten by the sync. | — |
| PUT | /v1/board-github/links/{linkId}/fields/{fieldId}/wip | Set an advisory WIP limit on one status option. | — |
| GET | /v1/board-github/links/{linkId}/items | The items on a connected project. | — |
| POST | /v1/board-github/links/{linkId}/items | Post a new item to the GitHub Project from our UI. | — |
| DELETE | /v1/board-github/links/{linkId}/items/{itemId} | Remove an item from the GitHub Project, permanently. | — |
| PUT | /v1/board-github/links/{linkId}/items/{itemId}/archive | Archive a GitHub Project item, or restore it. | — |
| PUT | /v1/board-github/links/{linkId}/items/{itemId}/card | Attach a GitHub item to a board card, or detach it. | — |
| PUT | /v1/board-github/links/{linkId}/items/{itemId}/field | Set or clear one field value on a GitHub Project item. | — |
| POST | /v1/board-github/links/{linkId}/sync | Refresh one connection from GitHub now. | — |
| GET | /v1/board-github/links/{linkId}/webhook | The payload URL and signing secret for a connection the customer configures. | — |
| POST | /v1/board-github/links/{linkId}/webhook | Try again to create the webhook on GitHub, and mint a fresh secret. | — |
| GET | /v1/board-github/roadmap | A dated timeline across every linked GitHub Project. | — |
| GET | /v1/board-github/rollup | Every linked GitHub Project, summed into one view. | — |
| POST | /v1/board-github/webhook/{endpointKey} | One GitHub webhook delivery for a linked project. | — |