10000
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 c781e33 commit 774d3d6Copy full SHA for 774d3d6
tests/pulse/specs/ComponentsApiV2Tests.md
@@ -0,0 +1,17 @@
1
+# Components 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