Rename Unpublish endpoint to Retract
This commit is contained in:
parent
bbf04fb5c3
commit
b28f4d3897
|
|
@ -13,7 +13,7 @@ namespace Elsa.Server.Api.Endpoints.WorkflowDefinitions
|
|||
{
|
||||
[ApiController]
|
||||
[ApiVersion("1")]
|
||||
[Route("v{apiVersion:apiVersion}/workflow-definitions/{workflowDefinitionId}/unpublish")]
|
||||
[Route("v{apiVersion:apiVersion}/workflow-definitions/{workflowDefinitionId}/retract")]
|
||||
[Produces("application/json")]
|
||||
public class Retract : ControllerBase
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue