|
1 | 1 | openapi: 3.0.3 |
2 | 2 | info: |
3 | 3 | title: Prowler API |
4 | | - version: 1.13.0 |
| 4 | + version: 1.14.0 |
5 | 5 | description: |- |
6 | 6 | Prowler API specification. |
7 | 7 |
|
@@ -8220,6 +8220,7 @@ paths: |
8220 | 8220 | type: string |
8221 | 8221 | enum: |
8222 | 8222 | - roles |
| 8223 | + - memberships |
8223 | 8224 | description: include query parameter to allow the client to customize which |
8224 | 8225 | related resources should be returned. |
8225 | 8226 | explode: false |
@@ -8339,6 +8340,7 @@ paths: |
8339 | 8340 | type: string |
8340 | 8341 | enum: |
8341 | 8342 | - roles |
| 8343 | + - memberships |
8342 | 8344 | description: include query parameter to allow the client to customize which |
8343 | 8345 | related resources should be returned. |
8344 | 8346 | explode: false |
@@ -8652,6 +8654,7 @@ paths: |
8652 | 8654 | type: string |
8653 | 8655 | enum: |
8654 | 8656 | - roles |
| 8657 | + - memberships |
8655 | 8658 | description: include query parameter to allow the client to customize which |
8656 | 8659 | related resources should be returned. |
8657 | 8660 | explode: false |
@@ -15553,59 +15556,49 @@ components: |
15553 | 15556 | type: object |
15554 | 15557 | properties: |
15555 | 15558 | data: |
15556 | | - type: array |
15557 | | - items: |
15558 | | - type: object |
15559 | | - properties: |
15560 | | - id: |
15561 | | - type: string |
15562 | | - format: uuid |
15563 | | - title: Resource Identifier |
15564 | | - description: The identifier of the related object. |
15565 | | - type: |
15566 | | - type: string |
15567 | | - enum: |
15568 | | - - memberships |
15569 | | - title: Resource Type Name |
15570 | | - description: The [type](https://jsonapi.org/format/#document-resource-object-identification) |
15571 | | - member is used to describe resource objects that share common |
15572 | | - attributes and relationships. |
15573 | | - required: |
15574 | | - - id |
15575 | | - - type |
| 15559 | + type: object |
| 15560 | + properties: |
| 15561 | + id: |
| 15562 | + type: string |
| 15563 | + type: |
| 15564 | + type: string |
| 15565 | + enum: |
| 15566 | + - memberships |
| 15567 | + title: Resource Type Name |
| 15568 | + description: The [type](https://jsonapi.org/format/#document-resource-object-identification) |
| 15569 | + member is used to describe resource objects that share common |
| 15570 | + attributes and relationships. |
| 15571 | + required: |
| 15572 | + - id |
| 15573 | + - type |
15576 | 15574 | required: |
15577 | 15575 | - data |
15578 | | - description: A related resource object from type memberships |
15579 | | - title: memberships |
| 15576 | + description: The identifier of the related object. |
| 15577 | + title: Resource Identifier |
15580 | 15578 | readOnly: true |
15581 | 15579 | roles: |
15582 | 15580 | type: object |
15583 | 15581 | properties: |
15584 | 15582 | data: |
15585 | | - type: array |
15586 | | - items: |
15587 | | - type: object |
15588 | | - properties: |
15589 | | - id: |
15590 | | - type: string |
15591 | | - format: uuid |
15592 | | - title: Resource Identifier |
15593 | | - description: The identifier of the related object. |
15594 | | - type: |
15595 | | - type: string |
15596 | | - enum: |
15597 | | - - roles |
15598 | | - title: Resource Type Name |
15599 | | - description: The [type](https://jsonapi.org/format/#document-resource-object-identification) |
15600 | | - member is used to describe resource objects that share common |
15601 | | - attributes and relationships. |
15602 | | - required: |
15603 | | - - id |
15604 | | - - type |
| 15583 | + type: object |
| 15584 | + properties: |
| 15585 | + id: |
| 15586 | + type: string |
| 15587 | + type: |
| 15588 | + type: string |
| 15589 | + enum: |
| 15590 | + - roles |
| 15591 | + title: Resource Type Name |
| 15592 | + description: The [type](https://jsonapi.org/format/#document-resource-object-identification) |
| 15593 | + member is used to describe resource objects that share common |
| 15594 | + attributes and relationships. |
| 15595 | + required: |
| 15596 | + - id |
| 15597 | + - type |
15605 | 15598 | required: |
15606 | 15599 | - data |
15607 | | - description: A related resource object from type roles |
15608 | | - title: roles |
| 15600 | + description: The identifier of the related object. |
| 15601 | + title: Resource Identifier |
15609 | 15602 | readOnly: true |
15610 | 15603 | UserCreate: |
15611 | 15604 | type: object |
|
0 commit comments