You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Remotes (/api/remote) are unsupported by Javascript client, except for by using sendCustomRequest, as they are part of the Swagger API. They are used for clone operations, and it would make sense to be able to update them via the Javascript SDK.
Describe the solution you'd like
Support the following operations on remotes:
getRemote
createRemote
deleteRemote
updateRemote
Describe alternatives you've considered
Use sendCustomRequest
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Remotes (
/api/remote
) are unsupported by Javascript client, except for by usingsendCustomRequest
, as they are part of the Swagger API. They are used for clone operations, and it would make sense to be able to update them via the Javascript SDK.Describe the solution you'd like
Support the following operations on remotes:
Describe alternatives you've considered
Use
sendCustomRequest
Additional context
N/A
The text was updated successfully, but these errors were encountered: