Sha256: af208cd8245dd67c63aadb3c03da9257ff934935c85595f52972b34803d0f89c
Contents?: true
Size: 770 Bytes
Versions: 17
Compression:
Stored size: 770 Bytes
Contents
# Pacticipant branch version Allowed methods: `GET`, `PUT`, `DELETE` Path: `/pacticipants/{pacticipant}/branches/{branch}/versions/{version}` Get or add/create a pacticipant version for a branch. ## Create ### Example Add a version to a branch. The pacticipant and branch are automatically created if they do not exist. curl -XPUT http://broker/pacticipants/Bar/branches/main/versions/1e70030c6579915e5ff56b107a0fd25cf5df7464 \ -H "Content-Type: application/json" -d "{}" ## Delete Removes a pacticipant version from a branch. Does not delete the actual pacticipant version. Send a `DELETE` request to the branch version resource. curl -XDELETE http://broker/pacticipants/Bar/branches/main/versions/1e70030c6579915e5ff56b107a0fd25cf5df7464
Version data entries
17 entries across 17 versions & 1 rubygems