8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f74759 commit 2c87894Copy full SHA for 2c87894
tests/pulse/specs/ReleasesApiTestsV4.md
@@ -0,0 +1,17 @@
1
+# Releases Api Tests
2
+
3
+These tests test the /components API endpoint for CRUD operations
4
5
+tags: components, api
6
7
+## [CREATE] POST /api/v1/components
8
9
+* Create a component in the project "NPA4C4waaKpAjocsx" with the name "PulseCITest-API"
10
11
+## [UPDATE] PUT /api/v1/components/{id}
12
13
+* Update a component in the project "NPA4C4waaKpAjocsx" with the name "API" to have the name "PulseCITest-API_2"
14
15
+## [DELETE] DELETE /api/v1/components/{id}
16
17
+* Delete a component in the project "NPA4C4waaKpAjocsx" with the name "PulseCITest-API"
0 commit comments