Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(pacts for verification): add deprecation title to beta:provider-…
…pacts-for-verification relation
  • Loading branch information
bethesque committed Sep 8, 2020
1 parent 7d0fe1e commit 47a61f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pact_broker/api/resources/index.rb
Expand Up @@ -140,7 +140,8 @@ def links
templated: true
}

links_hash['beta:provider-pacts-for-verification'] = links_hash['pb:provider-pacts-for-verification']
links_hash['beta:provider-pacts-for-verification'] = links_hash['pb:provider-pacts-for-verification'].merge(title: 'DEPRECATED - please use pb:provider-pacts-for-verification')


links_hash
end
Expand Down

0 comments on commit 47a61f6

Please sign in to comment.