Update PowerShell SDK docs: 17070972420

This commit is contained in:
developer-relations-sp
2025-08-19 13:24:57 +00:00
parent 8792b26522
commit 0a67cd765b
10 changed files with 13 additions and 13 deletions

View File

@@ -193,7 +193,7 @@ Param Type | Name | Data Type | Required | Description
### Responses
Code | Description | Data Type
------------- | ------------- | -------------
200 | This response indicates that the requested campaign was successfully created, and the API returns its representation. | Campaign
202 | This response indicates that the requested campaign has been successfully accepted into the system, and its representation is returned by the API. | Campaign
400 | Client Error - Returned if the request body is invalid. | ErrorResponseDto
401 | Unauthorized - Returned if there is no authorization header, or if the JWT token is expired. | ListAccessModelMetadataAttribute401Response
403 | Forbidden - Returned if the user you are running as, doesn't have access to this end-point. | ErrorResponseDto