()
| 1 | import { useApiMutation } from 'tg.service/http/useQueryApi'; |
| 2 | |
| 3 | export const usePutKey = () => |
| 4 | useApiMutation({ |
| 5 | url: '/v2/projects/{projectId}/keys/{id}', |
| 6 | method: 'put', |
| 7 | }); |
| 8 | |
| 9 | export const usePostKey = () => |
| 10 | useApiMutation({ |
no test coverage detected