Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
feat(Types): add delete type by key request
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Feb 15, 2016
1 parent 2b34ae9 commit 2450b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/request/Type/TypeDelete.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: I want to delete a type
And the method should be "DELETE"

Scenario: Delete type
Given a "type" is identified by key "typeKey" and version 1
And i want to delete a "type"
Given a "type" is identified by "typeKey" and version 1
And i want to delete a "type" by key
Then the path should be "types/key=typeKey?version=1"
And the method should be "DELETE"

0 comments on commit 2450b7a

Please # to comment.