Skip to main content

Link actions specifications

What actions need to be specified?

Links support the exact same set of actions than services, that is: create, update, delete, and custom actions.

How should I implement these actions?

Creating action specifications for a link is exactly the same process you follow when you create your service's actions.

The only consideration is that instead of using URLs like:

/service_specification/:id/action_specification

you will use URLs like:

/link_specification/:id/action_specification

With this in mind, refer to the action specifications section to get guidance on creating action specifications for links.