Skip to content

Comments

PLAT-8098: Bump version to include latest changes#71

Merged
anderssjoblom-vertex merged 1 commit intomainfrom
PLAT-8098_fix_collection_patch_endpoint
Feb 19, 2026
Merged

PLAT-8098: Bump version to include latest changes#71
anderssjoblom-vertex merged 1 commit intomainfrom
PLAT-8098_fix_collection_patch_endpoint

Conversation

@anderssjoblom-vertex
Copy link
Contributor

Summary

This pulls in the file collection patch schema fixes. The patch endpoint schema was declared as returning a 204 (no content) but returning data.

Test Plan

Validate the generated code has something like this:

    /**
     * 
     * Update a `file-collection`.
     * @param id The `file-collection` ID. (required)
     * @param updateFileCollectionRequest  (required)
     * @return ApiResponse<FileCollectionMetadata>
     * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
     * @http.response.details
     <table border="1">
       <caption>Response Details</caption>
        <tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
        <tr><td> 200 </td><td> OK </td><td>  -  </td></tr>
        <tr><td> 400 </td><td> Bad Request </td><td>  -  </td></tr>
        <tr><td> 401 </td><td> Unauthorized </td><td>  -  </td></tr>
        <tr><td> 404 </td><td> Not Found </td><td>  -  </td></tr>
     </table>
     */
    public ApiResponse<FileCollectionMetadata> updateFileCollectionWithHttpInfo(@javax.annotation.Nonnull UUID id, @javax.annotation.Nonnull UpdateFileCollectionRequest updateFileCollectionRequest) throws ApiException {
        okhttp3.Call localVarCall = updateFileCollectionValidateBeforeCall(id, updateFileCollectionRequest, null);
        Type localVarReturnType = new TypeToken<FileCollectionMetadata>(){}.getType();
        return localVarApiClient.execute(localVarCall, localVarReturnType);
    }

@sonarqubecloud
Copy link

@anderssjoblom-vertex anderssjoblom-vertex merged commit 8bdb411 into main Feb 19, 2026
4 checks passed
@anderssjoblom-vertex anderssjoblom-vertex deleted the PLAT-8098_fix_collection_patch_endpoint branch February 19, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants