10000 Create ComponentsApiV2Tests.md · qas-demo/activeadmin-demo@774d3d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 774d3d6

Browse files
authored
Create ComponentsApiV2Tests.md
1 parent c781e33 commit 774d3d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0