kamiyariko commented on issue #7650: URL: https://github.com/apache/incubator-devlake/issues/7650#issuecomment-2205357280
> When attempting to create a new blueprint, I'm unable to proceed because I must specify the project name at that point. If I create the project first, the blueprint is automatically generated and attached to the project, preventing me from creating a blueprint specifically for that project afterward. > > When trying to PATCH an existing blueprint, the Swagger API provided is: > > ``` > curl -X 'PATCH' \ > 'https://xxxxx/api/blueprints/{blueprint_id}' \ > -H 'accept: application/json' > ``` > > However, this command does not allow me to specify which project to attach the blueprint to. > > What is the purpose of the PATCH /blueprints/{blueprint_id} command? I need clarification on how to specify the project to which the blueprint should be attached. I have resolved the issue by including the request body in the PATCH /api/blueprints endpoint. Thank you for your assistance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org