ArchAstro.SDK.V1.Tasks.Links (archastro v0.3.1)

Copy Markdown

Link API resource.

Summary

Functions

Add an external link to a task

Remove an external link from a task

Functions

create(client, task, input)

Add an external link to a task

The created external link.

remove(client, task)

@spec remove(ArchAstro.SDK.Client.t(), String.t()) ::
  {:ok, :ok} | {:error, ArchAstro.SDK.Error.reason()}

Remove an external link from a task

HTTP 204 on success.